v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
API Logs

API Log Details

Returns details of the specific API log event.

get/public/v1/logs/{id}

Path parameters

idstring required

Log event id.

Response

OK

idstring
urlstring
methodstring
statusinteger
request_timestring
response_timestring
response_bodyobject
query_params_stringstring nullable
query_params_objectobject nullable
request_bodyobject
token_typestring
applicationstring nullable
keystring
request_idstring
user_emailstring
user_idstring

Example response

{
  "id": "AXyDkCYFy9B65Q_E9BY3",
  "url": "/public/v1/templates/folders/LKoqFUZZGowLAVo6ECFRyB",
  "method": "PUT",
  "status": 201,
  "request_time": "2021-10-15T10:46:57.867",
  "response_time": "2021-10-15T10:46:57.969",
  "response_body": {
    "name": "Another templates folder"
  },
  "query_params_string": "since=-1d&to=now",
  "query_params_object": {
    "moesif_meta": {
      "root": {
        "count": 2
      },
      "since": {
        "count": 1
      },
      "to": {
        "count": 1
      }
    },
    "since": "-1d",
    "to": "now"
  },
  "request_body": {
    "date_created": "2021-10-15T10:45:41.138489Z",
    "name": "Another templates folder",
    "uuid": "LKoqFUZZGowLAVo6ECFRyB"
  },
  "token_type": "OAUTH2_TOKEN",
  "application": "Application One",
  "key": "0a5eb48cf42fa507f3dfdd5bdbab7c5bfc20a1b9",
  "request_id": "94d232f6-fadd-4e2d-a330-702b0b172588",
  "user_email": "support@pandadoc.com",
  "user_id": "KKj4kdqfrMeE6bni7pK5gK"
}