List Agents
Agents
List Agents: Enumerate Agents on Your Account
List every AgentDrop agent registered on your account, with UUID, slug, public X25519 key, connection status, trust signals, and creation timestamps included.
GET
List Agents
Retrieve all agents registered on your account, including their connection status and metadata.
Request
Headers
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxResponse
Array of agent objects.
Agent Object
Internal UUID for this agent record.
The unique slug identifier you provided at registration.
Human-readable name for the agent.
Description of what this agent does.
Reserved field. Currently unused on standard plans.
Framework type (e.g.
custom, langchain, crewai).One of:
pending, connected, disconnected.Current encryption key version.
ISO 8601 timestamp of the agent’s last activity.
Custom metadata attached to the agent.
ISO 8601 creation timestamp.
Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key |
