Get Webhook Info
GET /api/v1/webhooks/info/{workflow_id}
GET
/api/v1/webhooks/info/{workflow_id}
Get webhook info for a workflow.
Returns the webhook URL and whether a secret is configured. Does NOT return the secret itself for security.
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Path Parameters
Seção intitulada “Path Parameters ” workflow_id
required
Workflow Id
integer
Header Parameters
Seção intitulada “Header Parameters ”Responses
Seção intitulada “ Responses ”Successful Response
WebhookInfoResponse
Response for webhook info
object
has_secret
Has Secret
boolean
workflow_id
required
Workflow Id
integer
workflow_name
required
Workflow Name
string
trigger_type
required
Trigger Type
string
is_webhook_trigger
required
Is Webhook Trigger
boolean
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string