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

Headers

authorization
string | null

Path Parameters

report_id
string<uuid>
required
image_key
string
required

Response

Successful Response