Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The invocation ID to follow.

Query Parameters

since
string

Show logs since the given time (RFC timestamps or durations like 5m).

Example:

"2025-06-20T12:00:00Z"

Response

SSE stream of invocation state updates and logs.

Union type representing any invocation event.

event
string
required

Event type identifier (always "log").

Allowed value: "log"
timestamp
string<date-time>
required

Time the log entry was produced.

message
string
required

Log message text.