list
POST /public/logs/list
List logs by category with filters, pagination and sorting.
Request Body required
Section titled “Request Body required ”object
The log category to list.
Filter by workspace UUID (envelope category only).
Filter by envelope UUID (envelope category only).
Filter by event types. For envelope category use envelope event types; for team category use team event types. When empty or omitted, all event types are returned.
The page number (1-indexed). Defaults to 1.
The number of results per page. Defaults to 50, maximum is 50.
The field to sort by. Defaults to ‘timestamp’.
The sort order. Defaults to ‘desc’.
Responses
Section titled “ Responses ”Default Response
object
object
The log category.
The type of event.
Event-specific data.
object
The timestamp of when this event occurred (unix timestamp).
object
The author ID (0 for System user).
The author email address.
The author display name.
The envelope UUID (envelope category only).
The workspace UUID (envelope category only).
The total number of logs matching the filters.
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
The unique identifier of the request
The timestamp of the response
The path of the request