Skip to content
AbloAblo
Esc
navigateopen⌘Jpreview

List who holds what, and who waits

The coordination view: scope to a row with model and id, to a participant with actorId, actorKind, onBehalfOfId or capabilityId, or combine them. queue is populated only when the request names both model and id — a wait line belongs to one row.

GET/v1/claims
Query parameters
modelstring
idstring
fieldstring
actorIdstring
actorKindstring
Allowed:useragentsystem
onBehalfOfIdstring
capabilityIdstring
Responses
200Live claims, and the wait line behind the named row.
objectstringrequired
dataClaim[]required
Show properties
Array of Claim
idstringrequired
actorstringrequired
participantKindstringrequired
Allowed:useragentsystem
onBehalfOfIdstring | any
Show properties
Any of:
string
string
any
any
onBehalfOfKindstring | any
Show properties
Any of:
string
string
any
any
capabilityIdstring | any
Show properties
Any of:
string
string
any
any
descriptionstring
statusstring
Allowed:activequeued
positioninteger
min 0 · max 9007199254740991
expiresAtintegerrequired
min -9007199254740991 · max 9007199254740991
fenceTokeninteger
min -9007199254740991 · max 9007199254740991
targetobjectrequired
Show properties
modelstringrequired
idstringrequired
fieldstring
fieldsstring[]
metaobject
metaobject
fieldstring
has_morebooleanrequired
next_cursorCursor | anyrequired
Show properties
One of:
Cursor
string
any
any
400The request did not satisfy the published contract.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
401The Bearer credential is missing, malformed, or expired.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
403The credential does not authorize this operation.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
404The addressed resource does not exist in the credential scope.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
409The request conflicts with current claim, version, or idempotency state.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
429The caller exceeded an enforced rate limit.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
500The server could not complete the request.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
503A required service is temporarily unavailable.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
defaultAn HTTP error not otherwise listed; decoded through the canonical envelope.
typestringrequired
codestring
paramstring
messagestringrequired
doc_urlstring
request_idstring
errorsobject[]
Show properties
Array of object
codestring
messagestringrequired
paramstring
Request
curl -X GET "https://api.abloatai.com/api/v1/claims"
Response
{
  "object": "list",
  "data": [
    {
      "id": "string",
      "actor": "string",
      "participantKind": "user",
      "onBehalfOfId": "string",
      "onBehalfOfKind": "user",
      "capabilityId": "string",
      "description": "string",
      "status": "active",
      "position": 0,
      "expiresAt": 0,
      "fenceToken": 0,
      "target": {
        "model": "string",
        "id": "string",
        "field": "string",
        "fields": [
          "string"
        ],
        "meta": {}
      },
      "meta": {},
      "field": "string"
    }
  ],
  "has_more": true,
  "next_cursor": "string"
}