Skip to content

Stream logs for a specific attempt (SSE)

GET
/api/v1/requests/{id}/runs/{runId}/logs
curl --request GET \
--url https://example.com/api/v1/requests/example/runs/example/logs
id
required
string
runId
required
string

Server-sent event stream of log entries

Not found