Skip to main content
GET
/
agent_execution
/
threads
/
{thread_id}
/
export
/
{step_id}
Export Step Output
curl --request GET \
  --url https://ds.cominty.com/agent_execution/threads/{thread_id}/export/{step_id} \
  --header 'x-cominty-token: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Path Parameters

thread_id
string
required
step_id
string
required

Query Parameters

format
enum<string>
required
Available options:
pdf,
docx

Response

Successful Response