provider subscriptionssubscriptions GET /api/projects/{project_id}/subscriptions/{subscription_id}/deliveries/
@utdk/posthog /api/projects/{project_id}/subscriptions/{subscription_id}/deliveries/
List subscription deliveries
Paginated delivery history for a subscription. Requires premium subscriptions.
cursor query
The pagination cursor value.
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
status query
Return only deliveries in this run status (starting, completed, failed, or skipped).
enum: completed, failed, skipped, starting
subscription_id path required
integer

Try it

Authentication
Configure credentials for PostHog API
subscriptionsDeliveriesList
GET/api/projects/{project_id}/subscriptions/{subscription_id}/deliveries/
Paginated delivery history for a subscription. Requires premium subscriptions.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

The pagination cursor value.

Return only deliveries in this run status (starting, completed, failed, or skipped).

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.subscriptionsDeliveriesList()