/
WE
webhookx-io
/
WebhookX Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 50m ago · Updated 2w ago
Details
Filter operations
Attempt
2
get
List webhook attempts
get
Retrieve a webhook attempt
Debug
2
Declarative
2
Endpoint
5
Event
4
Plugin
5
Source
5
Workspace
5
get
Get WebhookX information
get
Get current license information
Attempt
Retrieve a webhook attempt
get
/workspaces/{ws_id}/attempts/{id}
Path parameters
id
string
required
Response
OK
Attempt
required
id
string
event_id
string
endpoint_id
string
status
'INIT'
|
'QUEUED'
|
'SUCCESSFUL'
|
'FAILED'
|
'CANCELED'
attempt_number
integer
scheduled_at
integer
attempted_at
integer
nullable
trigger_mode
'INITIAL'
|
'MANUAL'
|
'AUTOMATIC'
exhausted
boolean
error_code
'TIMEOUT'
|
'UNKNOWN'
|
'ENDPOINT_DISABLED'
|
'ENDPOINT_NOT_FOUND'
|
'EVENT_NOT_FOUND'
nullable
request
object
nullable
response
object
nullable
created_at
integer
updated_at
integer
Changes