Skip to main content
GET
Get Disposition Extractor

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
Returns one extractor with its full currentVersion (the editable draft) and activeVersion (the most recently published, archived version, or null if never published). An extractor always has exactly one editable version, which Update Disposition Extractor Draft edits in place and Publish Disposition Extractor archives. Use List Disposition Extractors to find extractor ids.

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. A malformed id returns 400 with the message extractorId must be a valid UUID.

Response

object
The extractor record.
object
The editable draft version.
object | null
The most recently published version, with the same fields as data.currentVersion and state set to archived. null if the extractor has never been published.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt