List Agents
Returns a list of your agents and their metadata.
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Query Parameters
How many Agents to return at maximum. Can not exceed 100, defaults to 30.
1 <= x <= 100Search by agents name.
Filter agents by archived status
false
Filter agents by creator user ID. When set, only agents created by this user are returned. Takes precedence over show_only_owned_agents. Use '@me' to refer to the authenticated user.
Filter agents by tag. Repeat the parameter to match any of several tags.
The direction to sort the results
asc, desc The field to sort the results by
name, created_at Used for fetching next page. Cursor is returned in the response.