Skip to main content
POST
/
report
/
{session_id}
Get Report
curl --request POST \
  --url https://api.example.com/report/{session_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

session_id
string
required

Query Parameters

format
string
default:html

Response

Successful Response