List log traces for a project with optional filters. Results are paginated.
Workspace API key. Pass as Authorization: Bearer <key>.
The project to list logs for. Unique identifier for an entity, between 20 and 80 characters.
20 - 80Filter traces started after this Unix timestamp (ms).
x >= 0Filter traces started before this Unix timestamp (ms).
x >= 0Filter by trace status.
success, failure, aborted, cancelled, pending, unknown Filter by trace name.
1 - 256Filter by reference ID.
1 - 128Filter by session ID.
1 - 128Sort order for results.
startedAt:asc, startedAt:desc Maximum number of results to return (1-200, default 50).
1 <= x <= 200Pagination cursor from a previous response.
1JSON-encoded array of filter objects (max 20). Each filter has type, column, operator, and value.