Skip to content
AbloAblo
Esc
navigateopen⌘Jpreview

Retrieve a row

GET/v1/models/{model}/{id}
Path parameters
modelstringrequired
A model name from your pushed schema, e.g. `task`.
idstringrequired
Responses
200The row, with the watermark it was read at and who holds it.
objectstringrequired
modelstringrequired
idstringrequired
dataobjectrequired
stampnumberrequired
claimsClaim[]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
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/models/string/string"
Response
{
  "object": "model",
  "model": "string",
  "id": "string",
  "data": {},
  "stamp": 0,
  "claims": [
    {
      "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"
    }
  ]
}