Skip to main content
GET
Get All Agents

Get All Agents

Retrieve detailed information for all registered AI agents in your organization, helping you view and manage agent records within the system.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Headers

You can get the Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.

Response Fields

Agent Object Fields

Common Error Codes

Code Examples

Best Practices

  1. Agent Handle: Note the handle field - it is used as the agent_handle path parameter in other agent endpoints
  2. State Filtering: Filter by state in your application to show only published agents
  3. Org-Handle: Always include the correct organization handle in requests
  4. Error Handling: Always handle potential errors and edge cases
  5. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Response

List of all agents