Query
Runtime logs for the project’s deployed app; 7-day retention. Returns the most recent matching entries, oldest first. The window defaults to the last hour.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Query Parameters
Only entries at or after this time (RFC 3339). Defaults to one hour before until.
Only entries at or before this time (RFC 3339). Defaults to now.
Maximum entries returned, 1-500. Defaults to 100.
Only entries at this level.
info, warn, error, debug Case-insensitive literal substring to find in log messages, between 1 and 256 characters.
1 - 256Environment slug to scope this operation to. Defaults to "production". An environment that does not exist on the project answers 404. Runtime logs are isolated to the addressed environment's app. The implicit preview environment has no single runtime stream.
^[a-z][a-z0-9-]{0,38}$