Get AOP configuration
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_id
Response
AOP configuration retrieved successfully
asset_id
ID of the AOP asset
agentId
ID of the agent to use for execution
agent_config
Full agent configuration override for this AOP
description
Human-readable description of what the AOP does
icon
Icon identifier for UI display
prompt
The main prompt/instructions for the AOP
section
Section/category for organization
structured_inputs
Computed structured inputs schema (derived from prompt template placeholders)
structured_output
JSON schema for structured output
title
Title/name of the AOP
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
