Skip to main content
GET
Export delivery logs
Downloads delivery logs as CSV or JSON using the same filters as the list endpoint. Format resolution: (1) optional query parameter <c>Format=csv</c> or <c>Format=json</c> overrides everything when present; (2) otherwise the <c>Accept</c> header is used (<c>text/csv</c>, <c>application/csv</c>, <c>application/json</c>, or <c>*+json</c>); (3) otherwise the response defaults to JSON. Page (0-based) is the last list page index to include: pages 0 through Page are read, each with PageSize items (max 100, default 50), up to 25,000 rows total. This matches the delivery-log UI, which sends the highest page the user has loaded. Page=0 exports only the first page.

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.

Path Parameters

webhookId
string
required
version
string
default:1.0
required

API version (e.g., 1.0)

Example:

"1.0"

Query Parameters

Format
enum<integer>
Available options:
0,
1
Page
integer<int32>
PageSize
integer<int32>
Status
string[]
EventType
string[]
StartDate
string<date-time>
EndDate
string<date-time>

Response

OK