List agents

GET/v1/agents

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
None.

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.

200Agent listapplication/json
FieldTypeRequiredDescription
objectstringNo
dataobject[]No
data[].idstringNoUnique identifier.
data[].userIdstringNoUser ID.
data[].projectIdstringNoProject ID.
data[].namestringNoHuman-readable name.
data[].descriptionstringNoHuman-readable description.
data[].modelstringNoModel identifier for the agent. Built-in managed models: - `claude-opus-4-6` - `claude-sonnet-4-5` - `claude-haiku-4-5` - `gemini-3-flash` - `gemini-3-1-pro` Team and Enterprise workspaces can also use connected external models in the form `external:{providerType}:{urlEncodedModelId}`. Use `GET /agents/models` to discover the exact managed and external model IDs available in the current workspace.
data[].instructionsstringNo
data[].binaryClaude Code CLINoExecution binary used for the agent runtime.
data[].reasoningEffortminimal | low | medium | highNoReasoning intensity used by the execution runtime.
data[].enabledSkillsstring[]NoSkill IDs enabled for this agent, for example `deep_research` or custom installed skills.
data[].deepResearchModelgemini-3-flash-preview | gemini-3-pro-previewNoOptional model override used by the deep research skill when enabled.
data[].isDefaultbooleanNo
data[].isSystembooleanNo
data[].isActivebooleanNo
data[].metadataobjectNoFree-form metadata object.
data[].createdAtstringNoISO 8601 timestamp.
data[].updatedAtstringNoISO 8601 timestamp.
data[].lastRunAtstringNo
has_morebooleanNo
total_countintegerNo
List agents
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow