curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/webhooks/logs \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"queueEntryId": "<string>",
"organisationId": "<string>",
"webhookUrl": "<string>",
"requestPayload": {},
"statusCode": 123,
"success": true,
"attempts": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"responseData": null,
"errorMessage": "<string>"
}
]
}Retrieve a paginated list of webhook execution logs with optional filters.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/webhooks/logs \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"queueEntryId": "<string>",
"organisationId": "<string>",
"webhookUrl": "<string>",
"requestPayload": {},
"statusCode": 123,
"success": true,
"attempts": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"responseData": null,
"errorMessage": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.nudj.cx/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 100x >= 0success, failure Was this page helpful?