revisions
Stream build logs
Stream build logs for a revision.
Supports both Server-Sent Events (SSE) (Accept: text/event-stream) and JSON Lines (Accept: application/x-ndjson) formats. Use the Accept header to specify the desired format.
The stream remains open during active builds and closes when the build completes.
get/v2/revisions/{revision}/build_logs
Path parameters
revisionstring required
Revision ID (globally unique)
Query parameters
step'preparing' | 'installing' | 'building' | 'deploying'
Filter logs by build step
Filter logs by build step
timelinestring
Filter logs by timeline slug
Filter logs by timeline slug
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.