Skip to main content
GET
/
v1
/
intents
List active intents
curl --request GET \
  --url https://sync.ablo.app/v1/intents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "actor": "<string>",
      "action": "<string>",
      "field": "<string>",
      "expiresAt": "2023-11-07T05:31:56Z",
      "target": {
        "resource": "<string>",
        "id": "<string>",
        "path": "<string>",
        "field": "<string>"
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.abloatai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (sk_live_…) or Biscuit capability token. The same header carries both — the server discriminates by token shape.

Query Parameters

resource
string
id
string
field
string

Response

200 - application/json

List of intents

object
enum<string>
Available options:
list
data
object[]