# Get the status of a previously issued data request **GET /requests/{requestId}** Retrieve a specific data request, which is currently in progress. ## Servers ## Authentication methods - O auth ## Parameters ### Path parameters - **requestId** (string) A random identifier that uniquely identifies a request. A version 4 UUID is strongly recommended. Note: the generated identifier must be random. The identifier must not include any information that can be related to the requester. Additionally, requestIds must not be incremental. ## Responses ### 200 OK #### Body: (object) - **requestId** (string(uuid)) A random identifier that uniquely identifies a request. A version 4 UUID is strongly recommended. Note: the generated identifier must be random. The identifier must not include any information that can be related to the requester. Additionally, requestIds must not be incremental. - **createdAt** (string(date-time)) A date-time detailing when the request was made - **expectedCompletion** (string(date-time)) An optional date-time detailing when the request is expected to be completed - **isCompleted** (boolean) Whether the request has been completed already - **completedAt** (string(date-time)) An optional date-time detailing when the request was completed. - **dataRequested** (array[string]) Identifier of a data type that was requested ### 401 Unauthorized #### Body: (object) - **error** (string) - **message** (string) ### 404 Not Found #### Body: (object) - **error** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)