Skip to main content
GET
Return the log’s full text, decompressed, as a streamed text/plain response. There is no size cap: a session whose application logged the same error thousands of times a minute can produce a log of tens of megabytes, and those are exactly the ones you need. Read it as a stream.
Scope: read. The sibling GET /analytics/log-files/{logFileId}?projectId=… returns the file’s metadata plus a short-lived downloadUrl if you prefer to fetch from storage directly.

Path parameters

string
required
The _id from Session Logs.

Query parameters

string
required
The project the log belongs to.

Headers

string
required
Your Streampixel API key.

Response

200 with Content-Type: text/plain and the log lines, e.g.

What to look for

Errors