# Whether the specific request has been completed **GET /requests/{requestId}/complete** This is a convenience endpoint to quickly check if a particular request has been completed or not. If you wish to check multiple requests at once, use the regular `/reqeusts` endpoint that will list all outstanding data requests. ## 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: (number) number ### 401 Unauthorized #### Body: (object) - **error** (string) - **message** (string) ### 404 Not Found #### Body: (object) - **error** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)