List Agents
Query parameters
Maximum results per page. Default 20, maximum 100.
Opaque pagination cursor from a previous response.
A timestamp in RFC 3339 format
Return agents created at or after this time (inclusive).
A timestamp in RFC 3339 format
Return agents created at or before this time (inclusive).
Include archived agents in results. Defaults to false.
Headers
Response
Successful response (OK)
Example response
{
"data": [
{
"type": "agent",
"id": "agent_011CZkYpogX7uDKUyvBTophP",
"version": 1,
"name": "My First Agent",
"description": "A general-purpose starter agent.",
"model": {
"id": "claude-opus-5",
"speed": "standard"
},
"system": "You are a general-purpose agent that can research, write code, run commands, and use connected tools to complete the user's task end to end.",
"tools": [
{
"type": "agent_toolset_20260401",
"default_config": {
"enabled": true,
"permission_policy": {
"type": "always_ask"
}
},
"configs": []
}
],
"mcp_servers": [
{
"type": "url",
"name": "example-mcp",
"url": "https://example-server.modelcontextprotocol.io/sse"
}
],
"skills": [
{
"type": "anthropic",
"skill_id": "xlsx",
"version": "1"
},
{
"type": "custom",
"skill_id": "skill_011CZkZFNu9hAbo3jZPRgTlx",
"version": "2"
}
],
"multiagent": null,
"metadata": {
"foo": "bar"
},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z",
"archived_at": null
}
]
}Changes
Changed in 12 of the 67 revisions of this API.1322
- ▲
added
BetaManagedAgentsBashToolConfigBetaManagedAgentsEditToolConfigBetaManagedAgentsReadToolConfigBetaManagedAgentsWriteToolConfigBetaManagedAgentsGlobToolConfigBetaManagedAgentsGrepToolConfigBetaManagedAgentsWebFetchToolConfigBetaManagedAgentsWebSearchToolConfigto thedata/items/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
removed the required property
data/items/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/enabledfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/permission_policyfrom the response with the200statusresponse-required-property-removed
- ○
added discriminator to
data/items/tools/items/oneOf[BetaManagedAgentsAgentToolset20260401]/configs/items/response property for the response status200response-property-discriminator-added
- ▲
- ▲
response property
data/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/systemlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
next_pagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
removed
BetaManagedAgentsMultiagentfrom thedata/items/multiagentresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
BetaTimestampfrom thedata/items/archived_atresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
BetaManagedAgentsMultiagentsubschema #2to thedata/items/multiagentresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
BetaTimestampsubschema #2to thedata/items/archived_atresponse propertyanyOflist for the response status200response-property-any-of-added
- ▲
- ▲
added
BetaManagedAgentsAgentReferenceBetaManagedAgentsAdvisorto thedata/items/multiagent/allOf[BetaManagedAgentsMultiagent]/oneOf[BetaManagedAgentsMultiagentCoordinator]/agents/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/multiagent/allOf[BetaManagedAgentsMultiagent]/oneOf[BetaManagedAgentsMultiagentCoordinator]/agents/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/multiagent/allOf[BetaManagedAgentsMultiagent]/oneOf[BetaManagedAgentsMultiagentCoordinator]/agents/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/multiagent/allOf[BetaManagedAgentsMultiagent]/oneOf[BetaManagedAgentsMultiagentCoordinator]/agents/items/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/multiagent/allOf[BetaManagedAgentsMultiagent]/oneOf[BetaManagedAgentsMultiagentCoordinator]/agents/items/versionfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
data/items/model/inference_geoto the response with the200statusresponse-optional-property-added
- ○
added discriminator to
data/items/multiagent/allOf[BetaManagedAgentsMultiagent]/oneOf[BetaManagedAgentsMultiagentCoordinator]/agents/items/response property for the response status200response-property-discriminator-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
subschema #4subschema #5subschema #6subschema #7subschema #11subschema #12to thedata/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #4subschema #5subschema #6subschema #10subschema #11from thedata/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
- ○
added the optional property
data/items/model/effortto the response with the200statusresponse-optional-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added
subschema #2to thedata/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added
subschema #2to thedata/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ▲
response property
data/items/tools/items/oneOf[BetaManagedAgentsCustomTool]/input_schema/requiredlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
removed
BetaManagedAgentsStructfrom thedata/items/tools/items/oneOf[BetaManagedAgentsCustomTool]/input_schema/propertiesresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
subschema #1subschema #2to thedata/items/tools/items/oneOf[BetaManagedAgentsCustomTool]/input_schema/propertiesresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
the response property
databecame required for the status200response-property-became-required
- ○
the response property
data/items/tools/items/oneOf[BetaManagedAgentsCustomTool]/input_schema/typebecame required for the status200response-property-became-required
- ○
the
typeresponse property const valueobjectwas added for the status200response-property-const-added
- ○
removed the
objectenum value from thedata/items/tools/items/oneOf[BetaManagedAgentsCustomTool]/input_schema/typeresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
added
subschema #2to thedata/items/model/idresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added the required property
data/items/multiagentto the response with the200statusresponse-required-property-added
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○