ListWebhookExecutions
Returns Webhook Execution Details List
Path parameters
Unique path identifier for the final registry in the branch. The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject%2Fregistry) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/registry/+).
Unique webhook identifier.
Query parameters
Current page number
Number of items per page
Response
list webhooks executions response
Example response
{
"data": {
"pageCount": 100,
"itemCount": 1,
"pageSize": 1
}
}Changes
Changed in 4 of the 50 revisions of this API.13
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
removed the
ARTIFACT_MODIFICATIONenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲