List All Agents

List All Agents

pythonCopy codeimport agent_orbit as orbit

orbit.api_key = "YOUR_API_KEY"

orbit.Agent.list()

Returns: A PagePaginatedResource object containing all agents.

Filtering Example

You can filter agents based on specific criteria (if applicable).

This method retrieves the list of all agents associated with your account, paginated for convenience.

Last updated