List dashboard threads

GET/v1/admin/dashboard/threads

List recent threads across all users for operational inspection.

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
None.
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo
statusqueryqueued | running | completed | failed | cancelledNo

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.

200Cross-user thread listapplication/json
FieldTypeRequiredDescription
objectstringNo
dataobject[]No
data[].idstringNoUnique identifier.
data[].projectIdstringNoProject ID.
data[].environmentIdstringNoComputer ID.
data[].agentIdstringNoAgent ID.
data[].titlestringNoDisplay title.
data[].taskstringNo
data[].appIdstringNo
data[].statusactive | running | completed | failed | cancelledNoCurrent lifecycle status.
data[].messageCountintegerNo
data[].lastMessageAtstringNo
data[].lastMessagePreviewstringNo
data[].inputTokensintegerNo
data[].outputTokensintegerNo
data[].totalCostnumberNo
data[].environmentMinutesnumberNo
data[].metadataobjectNoFree-form metadata object.
data[].teamExecutionobjectNo
data[].teamExecution.modeteamNo
data[].teamExecution.teamAgentIdstringNo
data[].teamExecution.teamAgentNamestringNo
data[].teamExecution.orchestratorobjectNo
data[].teamExecution.orchestrator.agentIdstringNoAgent ID.
data[].teamExecution.orchestrator.agentNamestringNo
data[].teamExecution.orchestrator.claudeAgentNamestringNo
data[].teamExecution.subagentsobject[]No
data[].teamExecution.subagents[].agentIdstringNoAgent ID.
data[].teamExecution.subagents[].agentNamestringNo
data[].teamExecution.subagents[].claudeAgentNamestringNo
data[].subagentActivityobject[]No
data[].subagentActivity[].agentIdstringNoAgent ID.
data[].subagentActivity[].agentNamestringNo
data[].subagentActivity[].claudeAgentNamestringNo
data[].subagentActivity[].eventCountintegerNo
data[].subagentActivity[].lastActiveAtstringNo
data[].subagentActivity[].teamAgentIdstringNo
data[].subagentActivity[].teamAgentNamestringNo
data[].environmentNamestringNo
data[].agentNamestringNo
data[].createdAtstringNoISO 8601 timestamp.
data[].updatedAtstringNoISO 8601 timestamp.
data[].userEmailstringNo
has_morebooleanNo
total_countintegerNo
List dashboard threads
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow