Newer Version Available
Instances List
Resource URL
Returns a list of instances for a report that you requested to be run asynchronously. Each item in the list is treated as a separate instance of the report run with metadata in that snapshot of time.
1/services/data/<latest API version>/analytics/reports/<report ID>/instancesFormats
JSON
HTTP Methods
| Method | Description |
|---|---|
| GET | Return a list of asynchronous runs of a report. See this example. |
Response Body
| Property | Type | Description |
|---|---|---|
| id | String | Unique ID for a report instance that was requested for a run. The ID is used to obtain results of the report run for that instance. |
| status | String |
|
| url | String | URL where results of the report run for that instance are stored. The value is null if the report couldn’t be run because of an error. |
| ownerId | String | API name of the user that created the instance. |
| hasDetailRows | Boolean |
|
| completionDate | Date, time string | Date, time when the instance of the report run finished. Only available if the report instance ran successfully or couldn’t be run because of an error. Date-time information is in ISO-8601 format. |
| requestDate | Date, time string | Date and time when an instance of the report run was requested. Date-time information is in ISO-8601 format. |