v1

latestOpenAPI 3.0.12026-07-24192492466.5 KB
WebhookRetryLogs

Get webhook logs

Fetch webhook retry logs (audit headers + latest attempt full).

get/hris/webhooks/retrylogs

Query parameters

continuationTokenstring

Table continuation token from a previous response.

webhookIdstring

Filter by domain event id (storage WebhookId). Response webhookId is the audit RowKey. Alias: eventId.

eventIdstring

Same as webhookId when you prefer that name.

eventNamestring

Exact event name filter.

actionTypestring

Workflow action type (e.g. WebHook).

actionNamestring

Webhook / action display name (maps to audit Name).

createdFromUtcstring date-time

Inclusive lower bound (UTC) for response CreatedOn (storage TriggeredOn).

createdToUtcstring date-time

Inclusive upper bound (UTC) for CreatedOn; must be >= createdFromUtc when both set.

lastRetryFromUtcstring date-time

Inclusive lower bound for LastRetryAtUtc.

lastRetryToUtcstring date-time

Inclusive upper bound for LastRetryAtUtc; must be >= lastRetryFromUtc when both set.

status0 | 1 | 2

Filter by collapsed delivery status (Keka.API.Model.CoreHR.Webhooks.WebhookRetryLogStatus).

pageNumberinteger
pageSizeinteger

Represents how many results you'd like to retrieve per request (page). Default is 100. Max is 200

Response

OK

succeededboolean

Gets or sets a value indicating whether this Keka.API.Web.Core.Response`1 is succeeded.

messagestring nullable

Gets or sets the message.

errorsstring[] nullable

Gets or sets the errors.

pageNumberinteger

Gets or sets the page number.

pageSizeinteger

Gets or sets the size of the page.

firstPagestring uri nullable

Gets or sets the first page.

lastPagestring uri nullable

Gets or sets the last page.

totalPagesinteger

Gets or sets the total pages.

totalRecordsinteger

Gets or sets the total records.

nextPagestring uri nullable

Gets or sets the next page.

previousPagestring uri nullable

Gets or sets the previous page.

All 192 operations