For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Workplans
    • POSTCreate Workplan
    • GETView Workplan
    • PATCHEdit Workplan
    • DELDelete Workplan
    • GETGet Latest Report
    • GETList Workplans
    • POSTRun Workplan
  • Reports
    • GETList Reports
    • GETGet Report Results
    • POSTCancel Report
  • Admin Usage
    • GETGet User Token Usage
    • GETGet Report Token Usage
    • GETGet Workplan Token Usage
    • GETGet Workplan Usage History
  • Scheduling
    • POSTSet Workplan Schedule
    • GETView Workplan Schedule
    • DELCancel Workplan Schedule
  • Documents
    • POSTUpload File
    • GETList Documents
    • GETGet Document
    • DELDelete Document
    • GETGet Document Content
  • Dataset
    • PUTCreate Macro Dataset
    • POSTUpload Macro Data
    • GETGet Dataset Info
    • GETList Datasets
    • DELDelete Dataset
  • Threads
    • POSTCreate Thread
    • POSTChat In Thread
    • GETGet All Threads
    • GETGet Thread History
    • GETGet Thread Artifact
  • Legacy Endpoints
    • GETGet Agent Dynamic Output
    • GETGet Agent Metadata
    • GETGet All Agents Metadata
    • GETGet Agent Status
    • POSTCreate Agent
    • GETGet Agent Output
    • GETGet Agent Usage History
    • POSTEnable Agent Automation
    • POSTDisable Agent Automation
    • POSTSet Agent Schedule
    • POSTRerun Agents Latest Plan
    • GETGet Custom Document Details
    • GETList Custom Docs
    • POSTAdd Custom Docs
    • PUTCustom Data Create Macro Dataset
    • POSTCustom Data Upload Macro Data
    • GETCustom Data Get Dataset Info
    • GETCustom Data List Datasets
    • DELCustom Data Delete Dataset
LogoLogo
Legacy Endpoints

Get Agent Dynamic Output

GET
https://alfa.boosted.ai/client/agent/dynamic-output/:agent_id
GET
/client/agent/dynamic-output/:agent_id
$curl https://alfa.boosted.ai/client/agent/dynamic-output/agent_id \
> -H "x-api-key: <apiKey>"
1"string"

Get the dynamic output for an agent Given an agent_id.

Was this page helpful?
Previous

Get Agent Metadata

Next
Built with

Authentication

x-api-keystring
Enter your API key here.

Path parameters

agent_idstringRequired

Response

This endpoint returns an object.

Errors

422
Unprocessable Entity Error