Get AOP configuration

Beta
Retrieve the full configuration of an AOP asset by its ID. Returns prompt, agent config, structured output schema, and other settings.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequired

Response

AOP configuration retrieved successfully
asset_idstring
ID of the AOP asset
agentIdstring or null
ID of the agent to use for execution
agent_configmap from strings to any or null
Full agent configuration override for this AOP
descriptionstringDefaults to

Human-readable description of what the AOP does

iconstringDefaults to ListTodo
Icon identifier for UI display
promptstringDefaults to

The main prompt/instructions for the AOP

sectionstringDefaults to

Section/category for organization

structured_inputsmap from strings to any or null

Computed structured inputs schema (derived from prompt template placeholders)

structured_outputmap from strings to any or null
JSON schema for structured output
titlestring or null

Title/name of the AOP

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error