v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
logs

/logs/api

get/logs/api

Query parameters

starting_afterstring

Given the log ID, will return all records after that ID. See pagination docs

ending_beforestring

Given the log ID, will return all records before that ID. See pagination docs

limitinteger

Limit the number of logs and/or metrics returned

sourcestring

The source of the given logs, either "api" or "webhook"

urlstring

Either the webhook server URL, or the API endpoint that was logged

Response

200

idstring

An ID identifying the log that was generated.

userIdstring

The user ID associated with the owner of the account.

domainIdstring

The domain ID associated with this log statement.

sourcestring

The source of this log statement. This will be "api" or "webhook".

ipstring

The originating IP address of this request.

methodstring

The HTTP method used for this request.

urlstring

The API route that was queried.

statusinteger

The HTTP status code returned by the endpoint.

createdAtstring date-time

The timestamp representing when the record was created.

requeststring nullable

A JSON string representing the request body of this API request.

responsestring nullable

A JSON string representing the response body of this API request.