List all webhooks logs

List all webhooks logs on this organization.

Request
query Parameters
type
string

If set, the items will be filtered with the specified webhook type.

Enum: "VerificationCompleted" "ExportCompleted" "LicenseExpiresSoon" "LicenseExpired" "LicenseChanged" "DatasetScanCompleted" "LicenseStatusChanged" "ProviderStatusChanged" "ProviderProfileImportCompleted" "CredentialingRequestChanged" "GenerateReport" "DatasetScanMatchesChanged" "NpdbUpdateRequestRejected"
status
string

If set, the items will be filtered with the specified webhook log status.

Enum: "Triggered" "Completed" "Failed"
sortDirection
string

The direction the returned data will be sorted by.

Enum: "Asc" "Desc"
traceId
string <uuid>

If set, the items will be filtered with the specified webhook log trace id.

before
string <date-time>

If set, the items will be filtered with timestamp value less the provided value.

beforeInclusive
boolean

If set to true, will include events created exactly at before date and time too.

after
string <date-time>

If set, the items will be filtered with timestamp value more the provided value.

afterInclusive
boolean

If set to true, will include events created exactly at after date and time too.

sortedBy
string

The property by which the returned data will be sorted.

Value: "Timestamp"
object

If set, the properties and directions the returned data will be sorted by.

offset
integer <int32>
Deprecated

The offset for the page to start.

cursor
string

The cursor to render the page requested. To load the first page send an empty cursor, then the system will generate the cursors to go to the next and/or previous pages automatically.

count
integer <int32>

The number of items to include in a single page.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/webhookslog
Response samples
application/json
{
  • "sort": {
    },
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sortedBy": "Timestamp",
  • "sortDirection": "Asc"
}