Logs
Find one Request Log
Retrieve a Request Log by its ID
get/logs/{id}
Path parameters
idstring required
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "req_log_2QC7PqoUeOxQEWscJJt6B3PkvyL",
"requestId": "abc123",
"url": "/api/payments",
"method": "POST",
"clientIp": "192.168.1.1",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)",
"statusCode": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.