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).
object
The total number of items matching the filters.
The page number that was requested (1-indexed).
The total number of pages. Equals ceil(totalRecords / limit), or 1 when totalRecords is 0.
Default Response
object
HTTP status code
object
The error code
The error message
A suggestion to resolve the error
A URL to the documentation
Optional validation details (e.g. for INVALID_REQUEST_FORMAT)
Single validation issue (e.g. from request body schema)
object
JSON path to the invalid field
Validation error message for this field
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
Optional validation details (e.g. for INVALID_REQUEST_FORMAT)
Single validation issue (e.g. from request body schema)
object
JSON path to the invalid field
Validation error message for this field
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
Optional validation details (e.g. for INVALID_REQUEST_FORMAT)
Single validation issue (e.g. from request body schema)
object
JSON path to the invalid field
Validation error message for this field
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
Optional validation details (e.g. for INVALID_REQUEST_FORMAT)
Single validation issue (e.g. from request body schema)
object
JSON path to the invalid field
Validation error message for this field
The unique identifier of the request
The timestamp of the response
The path of the request