Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request GET \
--url https://api.smith.langchain.com/v1/deepagents/agents \
--header 'X-Api-Key: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"permissions": {
"identity": "personal",
"visibility": "tenant",
"tenant_access_level": "read",
"shared_users": {
"read": [
"<string>"
],
"run": [
"<string>"
],
"update": [
"<string>"
]
}
},
"runtime": {
"model": {
"model_id": "claude-sonnet-4-6"
}
},
"extras": {}
}
],
"next_cursor": "<string>"
}Return Managed Deep Agents owned by the authenticated user. System-created default agents are excluded.
curl --request GET \
--url https://api.smith.langchain.com/v1/deepagents/agents \
--header 'X-Api-Key: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"permissions": {
"identity": "personal",
"visibility": "tenant",
"tenant_access_level": "read",
"shared_users": {
"read": [
"<string>"
],
"run": [
"<string>"
],
"update": [
"<string>"
]
}
},
"runtime": {
"model": {
"model_id": "claude-sonnet-4-6"
}
},
"extras": {}
}
],
"next_cursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Items per page. Defaults to 20. Maximum is 100.
1 <= x <= 100Opaque pagination cursor from a previous response.
Substring filter on agent name.
Field to sort by.
created_at, updated_at, name Sort order.
asc, desc Was this page helpful?