List connected agent runtime runs

GET/v1/servers/{serverId}/runtime/agent/runs

List runs from the agent runtime bound to this resource using runtime authorization.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
serverIdpathstringYesResource ID
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Connected runtime run listapplication/json
FieldTypeRequiredDescription
serverIdstringNoResource ID.
agentRuntimeIdstringNo
objectstringNo
dataobject[]No
data[].idstringNoUnique identifier.
data[].serverIdstringNoResource ID.
data[].threadIdstringNoThread ID.
data[].titlestringNoDisplay title.
data[].inputstringNo
data[].outputstringNo
data[].modesync | asyncNo
data[].statusqueued | running | completed | failed | cancelledNoCurrent lifecycle status.
data[].errorstringNo
data[].metadataobjectNoFree-form metadata object.
data[].createdAtstringNoISO 8601 timestamp.
data[].completedAtstringNoISO 8601 timestamp.
data[].sessionProtocolstringNo
data[].threadBackedbooleanNo
data[].threadStatusstringNo
data[].threadTitlestringNo
runsobject[]No
runs[].idstringNoUnique identifier.
runs[].serverIdstringNoResource ID.
runs[].threadIdstringNoThread ID.
runs[].titlestringNoDisplay title.
runs[].inputstringNo
runs[].outputstringNo
runs[].modesync | asyncNo
runs[].statusqueued | running | completed | failed | cancelledNoCurrent lifecycle status.
runs[].errorstringNo
runs[].metadataobjectNoFree-form metadata object.
runs[].createdAtstringNoISO 8601 timestamp.
runs[].completedAtstringNoISO 8601 timestamp.
runs[].sessionProtocolstringNo
runs[].threadBackedbooleanNo
runs[].threadStatusstringNo
runs[].threadTitlestringNo
List connected agent runtime runs
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow