Skip to main content
GET
Retrieve a report

Authorizations

Authorization
string
header
required

Your API key, live (sk_live_…) or test (sk_test_…). Create one in Settings → API keys. Send it as Authorization: Bearer <key> — never in a query string.

Path Parameters

id
string<uuid>
required

The submission id.

Query Parameters

format
enum<string>
default:json

Response format. pdf is accepted by the schema but not implemented yet.

Available options:
json,
pdf

Response

Success.

Every successful response. meta carries the request id and any pagination.

data
object
required

The resource, or an array of them.

meta
object
required