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
string
required
Bearer token. Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxResponse
array
Array of agent objects.
Agent Object
string
Internal UUID for this agent record.
string
The unique slug identifier you provided at registration.
string
Human-readable name for the agent.
string
Description of what this agent does.
string
Reserved field. Currently unused on standard plans.
string
Framework type (e.g.
custom, langchain, crewai).string
One of:
pending, connected, disconnected.integer
Current encryption key version.
string
ISO 8601 timestamp of the agent’s last activity.
object
Custom metadata attached to the agent.
string
ISO 8601 creation timestamp.
