Skip to main content
POST
/
v1
/
reports
/
incidents
Generate incident report
curl --request POST \
  --url https://api.intrace.ai/v1/reports/incidents \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "incident_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "title": "<string>"
}

Request Body

{
  "incident_id": "309b7b4d-fbf0-4626-a512-d976ef04b94c"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
incident_id
string<uuid>
required

Response

200 - application/json

Incident report generated.

report_id
string<uuid>
required
status
string
required
title
string
required