curl --request GET \
--url https://v1.api.flux-os.com/requests/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": {
"endpoint": "<string>",
"method": "G",
"id": "<string>",
"organization": {
"name": "<string>",
"id": "<string>"
},
"key": {
"id": "<string>",
"active": true
},
"user": {
"first_name": "<string>",
"last_name": "<string>",
"id": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status_code": "200",
"request_data": null,
"response_data": null,
"headers": null,
"query_params": null,
"ip_address": null,
"user_agent": null,
"duration_ms": null
}
}Retrieve details of a specific request.
curl --request GET \
--url https://v1.api.flux-os.com/requests/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": {
"endpoint": "<string>",
"method": "G",
"id": "<string>",
"organization": {
"name": "<string>",
"id": "<string>"
},
"key": {
"id": "<string>",
"active": true
},
"user": {
"first_name": "<string>",
"last_name": "<string>",
"id": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status_code": "200",
"request_data": null,
"response_data": null,
"headers": null,
"query_params": null,
"ip_address": null,
"user_agent": null,
"duration_ms": null
}
}The request ID.
A single request.
Show child attributes
G, P, D 200, 201, 202, 204, 206, 300, 301, 302, 303, 304, 307, 308, 400, 401, 403, 404, 405, 406, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 422, 429, 500, 501, 502, 503, 504, 505