Infra APIBuild

Stream build job logs

SSE live-tail. Accepts ?token= for EventSource auth.

GET/api/v1/build/jobs/{id}/logs/stream

SSE live-tail. Accepts ?token= for EventSource auth.

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Path Parameters

id*string

Build job id

Query Parameters

from?string

Stream id to resume from (default newest)

Response Body

text/event-stream

text/event-stream

text/event-stream

curl -X GET "https://example.com/api/v1/build/jobs/string/logs/stream"
"string"
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}