cURL
curl --request POST \ --url http://127.0.0.1:3333/v3/bots/{botId}/results/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "timeFilter": "allTime", "timeZone": "<string>", "includeDeletedBlocks": false } '
{ "exportId": "<string>" }
Create a results export job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
today
last7Days
last30Days
monthToDate
lastMonth
yearToDate
allTime
Default Response