List Agents

GET
/v1/agents/

List all agents associated with a given user. This endpoint retrieves a list of all agents and their configurations associated with the specified user ID.

Query parameters

namestringOptional

Name of the agent

tagsstringOptional

List of tags to filter agents by

match_all_tagsbooleanOptionalDefaults to false

If True, only returns agents that match ALL given tags. Otherwise, return agents that have ANY of the passed in tags.

beforestringOptional

Cursor for pagination

afterstringOptional

Cursor for pagination

limitintegerOptional

Limit for pagination

query_textstringOptional

Search agents by name

project_idstringOptional

Search agents by project id

template_idstringOptional

Search agents by template id

base_template_idstringOptional

Search agents by base template id

identifier_keysstringOptional

Search agents by identifier keys

Response

Successful Response

list of objects or null

Errors

Built with