v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
agents

Search Deployed Agents

Search deployed agents

post/v1/agents/search

Request body

project_idstring
combinator'AND'
limitnumber
afterstring nullable
sortBy'created_at' | 'last_run_completion'
ascendingboolean

Response

200

nextCursorstring nullable

Example response

{
  "agents": [
    {
      "memory": {
        "blocks": [
          {
            "id": "block-123e4567-e89b-12d3-a456-426614174000"
          }
        ],
        "file_blocks": [
          {
            "id": "block-123e4567-e89b-12d3-a456-426614174000"
          }
        ]
      },
      "tools": [
        {
          "id": "tool-123e4567-e89b-12d3-a456-426614174000"
        }
      ],
      "sources": [
        {
          "id": "source-123e4567-e89b-12d3-a456-426614174000"
        }
      ],
      "tool_exec_environment_variables": [
        {
          "id": "agent-env-123e4567-e89b-12d3-a456-426614174000"
        }
      ],
      "secrets": [
        {
          "id": "agent-env-123e4567-e89b-12d3-a456-426614174000"
        }
      ]
    }
  ]
}