CinchBlue
03/23/2026, 6:53 PMVapi Support Bot
03/23/2026, 6:54 PMupdatedAt field to detect changes. Hereโs a simple example using curl and `jq`:
bash
curl -H "Authorization: Bearer <API_KEY>" https://api.vapi.ai/assistants/list | jq '.assistants[] | {id, updatedAt}'
Check for changes in updatedAt to trigger your downstream workflows.
Source:
- [Server events](https://docs.vapi.ai/server-url/events)Vapi Support Bot
03/23/2026, 6:55 PM