Skip to main content
GET
/
logs
/
{id}
Retrieve a Log
curl --request GET \
  --url https://commerce.driv.ly/api/logs/{id}
{
  "data": {
    "id": "<string>",
    "title": "<string>",
    "trace": "<string>",
    "requestBody": {},
    "path": "<string>",
    "method": "<string>",
    "ipAddress": "<string>",
    "userAgent": "<string>",
    "status": "<string>",
    "responseBody": {},
    "responseHeaders": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ],
    "requestHeaders": [
      {
        "key": "<string>",
        "value": "<string>"
      }
    ]
  },
  "success": true
}

Path Parameters

id
string
required

Log is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Log Found

data
object
success
boolean
I