Skip to main content
GET
List Dispositions

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns every disposition on the agent, oldest first, as summary records with lifecycle state and draft and published pointers. The draft definition itself is not included; fetch it with Get Disposition Draft. Create one with Create Disposition.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier. Must be a UUID; otherwise returns 400 with the message agentId must be a valid UUID. Returns 404 Agent not found if the agent is not in your organization.

Response

array
Disposition summaries ordered by createdAt ascending.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt