Get Request Status
GET https://amplitude.com/api/2/dsar/requests/:request_id
Retrieves a request's status.
Response Body
| Name | Description | 
|---|---|
| requestId | Integer. The ID of the request. | 
| userId | String. The User Id of the user to request data for. | 
| amplitudeId | Integer. The Amplitude ID of the user to request data for. | 
| startDate | Date. The start date for the data request. | 
| endDate | The end date for the data request. | 
| status | staging: not started submitted: in progress done: job completed successfully and urls populated failed: job failed, may need to retry | 
| failReason | String. If the job failed, contains Information about the failure. | 
| urls | Array of strings. A list of dowload URLs for the data. | 
| expires | Data. The date that the output download links expire. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | ||
| Authorization | null | 
RESPONSES
status: OK
{"requestId":53369,"amplitudeId":null,"userId":"datamonster@gmail.com","startDate":"2020-04-24","endDate":"2022-02-23","status":"staging","urls":[],"expires":"2022-02-24T23:15:54"}