Operations

Retrieve operation logs

Retrieve a bounded tail of logs relevant to an aggregate operation.

GET/api/v1/operations/{operationID}/logs

Authentication: REST bearer token required.

Parameters

operationIDUUIDrequired

PathThe aggregate operation UUID.

limitintegeroptional

QueryMaximum number of lines, from 1 to 100. Defaults to 100.

Responses

200

A bounded log tail. next_cursor is reserved for future pagination.

400

The request is invalid or contains an unsupported value.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.