cURL
curl --request GET \ --url https://api-sandbox.circle.com/v1/reports/{id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
Streams the raw report content as a file download, an alternative to following downloadUrl from the JSON response. Returns 409 if the report is not yet ready.
downloadUrl
409
ready
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The report ID.
"550e8400-e29b-41d4-a716-446655440000"
Report content body.
The response is of type file.
file
Was this page helpful?