Skip to main content
POST
Create a data export job

Authorizations

Authorization
string
header
required

Bearer token. Pass the full API key as the bearer credential. Format: Authorization: Bearer nrx_<key>

Body

application/json
start_date
integer | null

Start of export date range as epoch milliseconds (UTC)

end_date
integer | null

End of export date range as epoch milliseconds (UTC)

format
enum<string>
default:both

Output file format

Available options:
csv,
json,
both
athlete_ids
string[] | null

Restrict export to these athlete IDs; omit or null to include all org athletes

Response

Export job created and enqueued

success
enum<boolean>
required
Available options:
true
data
object
required