Get webhook delivery activity.

Returns delivery activity for a specific webhook. Only activities in the last 30 days will be included. This endpoint requires the personio:webhooks:read scope.

Path Params
string
required

The unique identifier of the webhook whose delivery activity is to be retrieved.

Query Params
date-time

The start date for filtering activities by completion date. Only activities completed on or after this date will be included.

date-time

The end date for filtering activities by completion date. Only activities completed on or before this date will be included.

string

Enables filtering by event name. Refer to the event catalog for a list of valid event names.

boolean

Enables filtering by delivery status. Set to true for delivered events (received 2xx HTTP status code) and false for undelivered events (non-2xx status codes or delivery failures).

string

Filters activities by the redelivery ID. Only activities with the specified redelivery ID will be included.

integer
1 to 200
Defaults to 100

The amount of resources to be returned per one request. It can range between 1 and 200, and the default is 100.

string

The pagination cursor to navigate over to the next list of resources. If you pass a specific limit to your request, or you rely on the default value of the number of resources to be returned, then your subsequent call has to include the cursor in order to retrieve the next list of resources. If cursor is missing, the first page is returned.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json