List Logs
GET/v1/logs
Query Parameters
Response
Examples
Basic query:Get Single Log
GET/v1/logs/:id
Retrieve a single log by its ID.
Response
Error Responses
401 Unauthorized - Invalid or missing API keyAuthorization or X-API-Key header is included and valid. See Authentication for details.
404 Not Found - Log not found
Example
Log Object
Pagination
The API uses offset-based pagination:limit- Number of items per page (default: 100, max: 1000)offset- Number of items to skiphasMore- Boolean indicating if more results exist