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