Base URL:
https://api.streamlogia.comGET /v1/projects/{projectId}/logs
Authorization: Bearer YOUR_API_KEY
Path parameters
UUID of the project.
Query parameters
Filter to a single level:
DEBUG, INFO, WARN, or ERROR.Full-text search across
message, source, and tags.Start of time range (ISO 8601, inclusive) — e.g.
2026-04-07T00:00:00ZEnd of time range (ISO 8601, exclusive) — e.g.
2026-04-07T23:59:59ZEntries per page. Default
100, max 1000.Pagination cursor from
nextCursor in the previous response. Omit for the first page.Response
Array of log entries, newest first.
null on the last page. Pass to cursor for the next page.Total matching entries across all pages.