GET
/
v1
/
report
/
schedule
/
{reportScheduleId}
/
run
/
{reportRunId}
/
cURL
curl --request GET \
  --url https://api.covalenthq.com/v1/report/schedule/{reportScheduleId}/run/{reportRunId}/ \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "status": "<string>",
    "run_type": "<string>",
    "trigger_type": "<string>",
    "download_url": "<string>",
    "completed_at": "2023-11-07T05:31:56Z",
    "failed_at": "2023-11-07T05:31:56Z",
    "error_message": "<string>",
    "hash": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Credit Cost

0 per call

Processing

Realtime

Authorizations

Authorization
string
header
required

Bearer authentication header of the form: Bearer <token>, where <token> is your GoldRush API Key.

Path Parameters

reportScheduleId
string
required

The ID of the report schedule.

reportRunId
string
required

The ID of the report run or latest to get the most recent run.

Response

200 - application/json

Successful response

The response is of type object.