Skip to main content
GET
Get Disposition Version

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns one immutable version created by Publish Disposition, including the exact definition that version executes. Find version ids with List Disposition Versions or from publishedVersionId on Get 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.
string
required
The disposition’s unique identifier. Must be a UUID; otherwise returns 400 with the message dispositionId must be a valid UUID. Returns 404 Disposition not found if it does not belong to this agent.
string
required
The version’s unique identifier. Must be a UUID; otherwise returns 400 with the message versionId must be a valid UUID. Returns 404 Disposition version not found if it does not belong to this disposition.

Response

object
The version.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt