Rensei docs
API ReferenceWorker Protocol

List daemon mutation history for a host

List daemon mutation history for a host - Rensei REST API operation reference.

GET
/api/daemon/mutations

Authorization

rsk_Bearer
AuthorizationBearer <token>

Rensei API key. Format: rsk_live_<random>. Generated in Settings or via POST /api/org/{orgId}/keys. Used by CLI (af), daemon, and programmatic integrations.

In: header

Query Parameters

workerHostId*string

Worker host ID (must belong to the caller's org).

limit?integer
Default100
Range1 <= value <= 500

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/daemon/mutations?workerHostId=string"
{
  "mutations": [
    {
      "id": "string",
      "orgId": "string",
      "workerHostId": "string",
      "op": "project.add",
      "params": {},
      "status": "pending",
      "requestedBy": "string",
      "deliveredAt": "2019-08-24T14:15:22Z",
      "cancelledAt": "2019-08-24T14:15:22Z",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}
{
  "error": "Session not found"
}