Read buffered log output

Returns a slice of the persisted log buffer. For live tailing use

GET /api/v1/runs/{runId}/logs

Returns a slice of the persisted log buffer. For live tailing use /api/v1/runs/{runId}/stream instead.

Authentication

Requires a project API key — see Authentication.

Parameters

NameInTypeRequiredDescription
runIdpathstringrequiredUUID of the run.
offsetqueryintegeroptional
limitqueryintegeroptional

Responses

StatusDescription
200Log slice.
404Resource not found or not accessible to this project.

Tag: Runs