Skip to main content
GET
/
v1
/
exports
/
reports
/
{report_id}
.
{fmt}
Download Report
curl --request GET \
  --url https://api.example.com/v1/exports/reports/{report_id}.{fmt}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

report_id
string
required
fmt
string
required

Query Parameters

exp
string
default:""
sig
string
default:""

Response

Successful Response