Skip to main content
GET
Get Disposition Extractor Version

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns a single extractor version by id, whether it is the editable draft or an archived published version. Published versions are immutable, so this is the exact prompt and schema a disposition runs when it pins that version. Version ids come from currentVersionId and activeVersionId on Get Disposition Extractor and from extractorVersionId on Get Extractor Catalog.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier. A malformed id returns 400 with the message agentId must be a valid UUID.
string
required
The extractor’s unique identifier. Must be organization-wide or scoped to this agent; otherwise returns 404 with the message Disposition extractor not found. A malformed id returns 400 with the message extractorId must be a valid UUID.
string
required
The version’s unique identifier. Must belong to extractor_id; otherwise returns 404 with the message Disposition extractor version not found. A malformed id returns 400 with the message versionId must be a valid UUID.

Response

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

Docs for agents: llms.txt