# List all data requests for this user **GET /requests** This will list all the active data requests for the currently authenticated user. In case any requests expire, they will no longer be present in this list. ## Servers ## Authentication methods - O auth ## Parameters ## Responses ### 200 OK #### Body: (array[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) [Powered by Bump.sh](https://bump.sh)