Skip to main content
GET
JavaScript

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

exportId
string
required

The export ID returned from POST /api/team/exports

Response

Export details

id
string
status
enum<string>
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED,
EXPIRED
format
enum<string>
Available options:
CSV,
JSON
logType
string | null
rowCount
integer | null
fileSizeBytes
number | null
downloadUrl
string | null

Presigned S3 download URL (24h TTL), present when status is COMPLETED

errorMessage
string | null
createdAt
string<date-time>
expiresAt
string<date-time> | null