Retrieve a list of webhooks for a specific app.
curl --request GET \ --url https://api.withcortex.ai/apps/{app_id}/webhooks
[ { "id": "<string>", "url": "<string>", "created_at": "2023-12-25", "updated_at": "2023-12-25", "events": [ "record.created" ] } ]
record.created
record.running
record.completed
record.failed
Was this page helpful?