Our docs got a refresh! Check out the new content and improved navigation. For detailed API reference see our Python SDK docs and TypeScript SDK.
Description
API referenceTrace insights

Create Insight Job

POST
/v1/trace-insight-jobs
/v1/trace-insight-jobs

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Request Body

application/jsonRequired

trace_id
Required
Trace Id

curl -X POST "https://api.patronus.ai/v1/trace-insight-jobs" \
  -H "X-API-KEY: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "trace_id": "string"
  }'

Successful Response

{
  "trace_id": "string",
  "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
  "status": "string"
}