Skip to main content
GET
Retrieve a webhook attempt

Path Parameters

id
string
required
ws_id
string
required

The workspace id

Example:

"default"

Response

200 - application/json

OK

id
string
event_id
string
endpoint_id
string
status
enum<string>
Available options:
INIT,
QUEUED,
SUCCESSFUL,
FAILED,
CANCELED
attempt_number
integer
scheduled_at
integer
attempted_at
integer | null
trigger_mode
enum<string>
Available options:
INITIAL,
MANUAL,
AUTOMATIC
exhausted
boolean
error_code
enum<string> | null
Available options:
TIMEOUT,
UNKNOWN,
ENDPOINT_DISABLED,
ENDPOINT_NOT_FOUND
request
object | null
response
object | null
created_at
integer
read-only
updated_at
integer
read-only