Saltar al contenido principal
GET
Lista las suscripciones

Autorizaciones

Authorization
string
header
requerido

Un JWT bearer emitido por plugin-auth (lib-auth). La identidad del tenant se resuelve a partir de los claims validados del token; la superficie /v1 nunca lee un tenant del cuerpo, del path ni de la query. Los llamadores de máquina obtienen un token vía el flujo client-credentials de plugin-auth. La superficie /admin autoriza contra un scope de operador y no lleva contexto de tenant.

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.

Opciones disponibles:
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).

Respuesta

Una página de suscripciones.

subscriptions
object[]
requerido
next_cursor
string
requerido

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.

Ejemplo:

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