v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

Get a log

Returns the specified API request log.

get/logs/{log}

Path parameters

logstring required

ID of the log to return.

Response

200

idstring
ip_addressstring
pathstring
methodstring
idempotency_keystring nullable
headersobject nullable
response_headersobject nullable
query_paramsobject nullable
status_codeinteger
processing_durationinteger
created_atstring
{"stackTrail":"components:schemas:Log:properties:request_body","oasType":"schema","type":"unknown","nullable":true}
{"stackTrail":"components:schemas:Log:properties:response_body","oasType":"schema","type":"unknown","nullable":true}

Example response

{
  "id": "log_abc123",
  "ip_address": "192.168.1.1",
  "path": "/employees",
  "method": "POST",
  "idempotency_key": "idem-123",
  "status_code": 201,
  "processing_duration": 42,
  "created_at": "2026-04-22T12:00:00+00:00"
}