Skip to main content
GET
List deliveries for an endpoint
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

id
string<uuid>
required

Endpoint identifier.

Example:

"3c1f0a52-8d6b-4f0e-9b1a-6f2c4d8e9a10"

Query Parameters

limit
integer<int64>
default:50

Deliveries to return, newest first. Values outside the range are clamped to it.

Required range: 1 <= x <= 200

Response

The endpoint's delivery log

API response containing an endpoint's delivery log.

success
boolean
Example:

true

data
object[]
Last modified on September 20, 2026