List project webhooks
GET /v1/admin/orgs/{org_id}/projects/{project_id}/webhooks
GET
/v1/admin/orgs/{org_id}/projects/{project_id}/webhooks
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” org_id
required
string
project_id
required
string
Responses
Section titled “ Responses ”Ok
object
items
Array<object>
A webhook registration. secret is present only on the create response (shown once); list/get redact it. inbox is null when the webhook covers every inbox.
object
id
string
url
string
events
Array<string>
inbox
string
agent_id
Agent that owns the webhook.
string
secret
HMAC signing secret. Create response only.
string
secret_prefix
string
active
boolean
created_at
string format: date-time
total
integer
Missing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
error
required
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
string
Example
forbidden message
Human-readable detail (never leaks internals).
string
Example
missing required scopeResource not found.
The canonical error envelope. error is a stable machine code.
object
error
required
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
string
Example
forbidden message
Human-readable detail (never leaks internals).
string
Example
missing required scope