Skip to main content
GET
List Workflow Webhooks

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Query Parameters

enabled
boolean | null
action
enum<string> | null
Available options:
workflow_created,
workflow_updated,
workflow_deleted,
workflow_run_started,
workflow_run_completed
size
integer
default:300

Number of items per page

Required range: x >= 1
page
integer
default:1

Page number

Required range: x >= 1
search
string | null

Search keywords

start
string<date-time> | null

Filter by start time (ISO 8601 format)

end
string<date-time> | null

Filter by end time (ISO 8601 format)

Response

Successful Response

webhooks
WorkflowWebhookResponse · object[]
required
total
integer
required