Skip to main content
GET
List Agents

Overview

Returns every live agent in your organization, ordered by updated_at descending. Each entry is the agent record without its environments; call Get Agent for environment pointers.

Headers

string
required
Your API key for authentication.

Query Parameters

integer
default:"100"
Maximum number of agents to return. Minimum 1, maximum 500. Values outside that range are clamped.

Response

array
Array of agent objects.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt