Operations
Retrieve operation logs
Retrieve a bounded tail of logs relevant to an aggregate operation.
GET
/api/v1/operations/{operationID}/logsAuthentication: REST bearer token required.
Parameters
operationIDUUIDrequiredPathThe aggregate operation UUID.
limitintegeroptionalQueryMaximum number of lines, from 1 to 100. Defaults to 100.
Responses
200A bounded log tail. next_cursor is reserved for future pagination.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.