List agents in the caller’s organization
Returns a paginated page of agents the caller can at least use. Agents the caller cannot see are filtered out (existence is hidden — no 404 enumeration). Pagination uses an opaque token returned in nextPageToken (AIP-158).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque page token from a previous response's nextPageToken. Omit for the first page. AIP-158.
"eyJsYXN0SWQiOjQyfQ"
Max items per page. Defaults to 25, clamped to 100. AIP-158.
1 <= x <= 10025
Variation view. active reads deployed; draft reads the latest builder snapshot.
active, draft Filter by agent type.
task, workflow Case-insensitive substring filter on agent name.
"sales"
Include the requested variation payload (trigger, workflowStructure, agentSelection) on list rows.
false
Response
Page of agents the caller can at least use. Agents the caller cannot see are filtered out (not enumerated).
Opaque token for the next page; null when this was the last page. Pass as pageToken on the next request. AIP-158.
"eyJsYXN0SWQiOjQyfQ"