Skip to main content
GET
List an agent's active webhook subscriptions.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

agent_id
string
required

Query Parameters

limit
integer
default:100

Max subscriptions to return; clamped server-side to 200.

Required range: 1 <= x <= 200

Response

The agent's active webhook subscriptions.

data
object[]
required