Get bounded run diagnostics
GET/api/v1/runs/{id}/log
Returns the credential-redacted, size-bounded log after VIEW permission. A run without captured output returns an empty log response.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Run identifier.
Responses
Section titled “Responses”Run diagnostics returned
Credential-redacted run diagnostics bounded to 256 KiB of persisted content.
object
Initial capture timestamp in UTC.
Total captured byte count before bounded retention.
Redacted diagnostic text. Truncated content contains [TRUNCATED: middle omitted].
Persisted diagnostic format version.
Run identifier.
Whether captured output exceeded the persisted content bound.
Last capture update timestamp in UTC.
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The requested resource does not exist or is not visible.
RFC 7807 problem response. Dynamic detail text is credential-redacted.