Skip to main content
GET
/
api
/
v1
/
events
/
{id}
GET events
Copy
Ask AI
curl --request GET \
  --url https://app.onecodex.com/api/v1/events/{id} \
  --header 'X-API-Key: <api-key>'
Copy
Ask AI
{
  "$uri": "/api/v1/events/a1b2c3d4e5f67890",
  "payload": {},
  "status": "retryable"
}
Get a single event by its ID.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Successful operation

$uri
string
Example:

"/api/v1/events/a1b2c3d4e5f67890"

payload
object

The webhook payload.

status
enum<string>

The status of the webhook for the event.

Available options:
retryable,
success,
failed,
pending
Assistant
Responses are generated using AI and may contain mistakes.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.