Skip to main content

List Logs

GET /v1/logs

Query Parameters

Response

Examples

Basic query:
Filter by level:
Filter by source and environment:
Filter by time range:
Filter by user:
Filter by flow:
Pagination:

Get Single Log

GET /v1/logs/:id Retrieve a single log by its ID.

Response

Error Responses

401 Unauthorized - Invalid or missing API key
How to resolve: Ensure your Authorization or X-API-Key header is included and valid. See Authentication for details. 404 Not Found - Log not found
How to resolve: The log ID doesn’t exist or belongs to a different workspace. Verify the ID and ensure your API key has access to the correct workspace.

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 skip
  • hasMore - Boolean indicating if more results exist
To iterate through all logs: