webhook_integration_deliveries

List Webhook Integration Deliveries

This endpoint returns a list of webhook integration deliveries filtered according to various criteria.

get/integrations/webhook-deliveries

Query parameters

filter[status]string

Status filter

filter[response-code]string

Response code filter

filter[webhook-integration]string

Webhook integration filter

filter[triggered-at]string

The triggered-at date filter. Example: filter[date]=between:2024-01-01T00:00:00Z,2024-02-01T00:00:00Z

filter[environment]string

Environment filter

filter[workspace]string

Workspace filter

filter[run]string

Run filter

filter[event]string

Event filter

page[number]string

Page number

page[size]string

Page size

includestring[]

The comma-separated list of relationship paths.

sortstring[]

The comma-separated list of attributes.

querystring

Query string

environmentsstring

The comma-separated list of fields to return in response for Environment resource.

event-definitionsstring

The comma-separated list of fields to return in response for EventDefinition resource.

runsstring

The comma-separated list of fields to return in response for Run resource.

usersstring

The comma-separated list of fields to return in response for User resource.

webhook-integration-deliveriesstring

The comma-separated list of fields to return in response for WebhookIntegrationDelivery resource.

webhook-integrationsstring

The comma-separated list of fields to return in response for WebhookIntegration resource.

workspacesstring

The comma-separated list of fields to return in response for Workspace resource.

The value of the fields[resource-type] parameter is a comma-separated list that refers to the name of the fields to be returned for the resource. An empty value indicates that no fields should be returned.

Response

Success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.