Skip to main content
GET
List subscriptions

Autorizações

Authorization
string
header
obrigatório

A bearer JWT issued by plugin-auth (lib-auth). The tenant identity is resolved from the validated token claims; the /v1 surface never reads a tenant from the body, path, or query. Machine callers obtain a token via the plugin-auth client-credentials flow. The /admin surface authorizes against an operator scope and carries no tenant context.

Parâmetros de consulta

sink_kind
enum<string>

Optional filter restricting results to one sink kind. The delivery destination kind. webhook posts signed HTTPS requests; pull exposes an inbox read over GET /v1/events; sqs, rabbitmq, and eventbridge fan out to the named queue or bus.

Opções disponíveis:
webhook,
pull,
sqs,
rabbitmq,
eventbridge
limit
integer

Page size, clamped to a server maximum. A non-positive value uses the server default.

after
string

Keyset cursor — the id of the last row from the previous page (subscriptions are ordered DESC by id).

Resposta

A page of subscriptions.

subscriptions
object[]
obrigatório
next_cursor
string
obrigatório

Keyset cursor for the next page (the id of the last row). Non-empty only on a full page; an empty string marks the final page.

Exemplo:

"0192f1a0-0000-7000-8000-00000000c002"