Loading API reference…
/organizations/{organizationId}/durabilityOrganization identifier.
uuidCursor formatted as namespace:key.
Value in
Value in
Value in
Value in
uuiddate-timeapplication/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/durability"{ "success": true, "statusCode": 200, "message": "Durability rows listed.", "data": [ { "organizationId": "7d4a6f1d-ff64-4a4f-9e8d-937bfaa0d2f1", "namespace": "task", "key": "task:b12e12e7:checkpoint", "kind": "task_checkpoint", "version": 1, "payload": { "kind": "task_checkpoint", "taskId": "b12e12e7-68df-4ba8-a72a-32eb80d60b64", "taskVersion": 1, "summary": "Initial plan drafted.", "artifactUris": [ "artifact://tasks/b12e12e7/plan.md" ] }, "sourceRunId": "5874578b-65c7-4d72-b3de-2bc24a8b421e", "expiresAt": null, "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-01-01T00:00:00.000Z" } ], "pagination": { "cursor": null, "limit": 50, "nextCursor": null, "previousCursor": null, "hasNextPage": false, "hasPreviousPage": false }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed", "issues": [ { "path": "organizationId", "message": "Must be a valid UUID.", "code": "invalid_format" } ] }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}/organizations/{organizationId}/durability/{namespace}/{key}Organization identifier.
uuidDurability namespace.
Value in
Durability key.
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/durability/chat/string"{ "success": true, "statusCode": 200, "message": "Durability row found.", "data": { "organizationId": "7d4a6f1d-ff64-4a4f-9e8d-937bfaa0d2f1", "namespace": "task", "key": "task:b12e12e7:checkpoint", "kind": "task_checkpoint", "version": 1, "payload": { "kind": "task_checkpoint", "taskId": "b12e12e7-68df-4ba8-a72a-32eb80d60b64", "taskVersion": 1, "summary": "Initial plan drafted.", "artifactUris": [ "artifact://tasks/b12e12e7/plan.md" ] }, "sourceRunId": "5874578b-65c7-4d72-b3de-2bc24a8b421e", "expiresAt": null, "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-01-01T00:00:00.000Z" }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}{ "success": false, "statusCode": 400, "message": "Validation failed.", "error": { "code": "validation_failed", "issues": [ { "path": "organizationId", "message": "Must be a valid UUID.", "code": "invalid_format" } ] }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}{ "success": false, "statusCode": 404, "message": "Durability row not found.", "error": { "code": "durability_row_not_found" }, "meta": { "timestamp": "2026-01-01T00:00:00.000Z" }}