Lists all active agents for the authenticated organization.
{
"agents": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"model": "<string>",
"vaultIds": [
"<string>"
],
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"hasMore": true,
"nextCursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Maximum number of agents to return (default 50, max 250)
1 <= x <= 250Pagination cursor (agent ID from previous page). Returns agents created before this agent.
Was this page helpful?
{
"agents": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"model": "<string>",
"vaultIds": [
"<string>"
],
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"hasMore": true,
"nextCursor": "<string>"
}