Skip to main content
GET
/
v1
/
reports
/
{report_id}
Get report status
curl --request GET \
  --url https://api.intrace.ai/v1/reports/{report_id} \
  --header 'X-API-Key: <api-key>'
{
  "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "title": "<string>",
  "error_message": "<string>"
}

Response fields

  • report_id
  • status
  • title
  • error_message

Authorizations

X-API-Key
string
header
required

Path Parameters

report_id
string<uuid>
required

Response

200 - application/json

Report status.

report_id
string<uuid>
required
status
string
required
title
string | null
error_message
string | null