This is the list of event types that we currently send.
For guidance on how to listen to these events, take a look at Svix's guide to consuming webhooks.
This event is sent when a job run has finished
{
"detail": {
"api_name": "move-ugc-api",
"client_id": "client-3f6a7d54-0daa-43fc-bb9f-c8505e0cfcb0",
"job_id": "4e29ec9a-753d-46f2-9845-ef0bfd7741f4"
},
"event_name": "job.state.completed",
"timestamp": "2023-09-04T10:58:06Z"
}
This event is sent when a job run has started.
{
"detail": {
"api_name": "move-ugc-api",
"client_id": "client-3f6a7d54-0daa-43fc-bb9f-c8505e0cfcb0",
"job_id": "4e29ec9a-753d-46f2-9845-ef0bfd7741f4"
},
"event_name": "job.state.started",
"timestamp": "2023-09-04T10:58:06Z"
}
Emitted when a ugc job has completed
{
"detail": {
"api_name": "placeat Hic ipsum, modi ipsum, sit reiciendis Hic",
"client_id": "ipsum, molestias, ipsum",
"event_attributes": {
"job": {
"created": "",
"id": "d7bf57a2-5f39-4e61-8bfa-b74615fe21f7",
"metadata": {
"foo": "bar"
}
},
"take": {
"id": "4f90ee7a-2f1c-47cc-896c-c91d1f61c676"
}
},
"event_name": "repellendus molestias, dolor illum consectetur"
},
"event_name": "accusantium architecto elit. repellendus elit.",
"timestamp": "2023-09-14T09:18:17Z"
}
Emitted when a ugc job has failed
{
"detail": {
"api_name": "placeat Hic ipsum, modi ipsum, sit reiciendis Hic",
"client_id": "ipsum, molestias, ipsum",
"event_attributes": {
"job": {
"created": "",
"id": "d7bf57a2-5f39-4e61-8bfa-b74615fe21f7",
"metadata": {
"foo": "bar"
}
},
"take": {
"id": "4f90ee7a-2f1c-47cc-896c-c91d1f61c676"
}
},
"event_name": "repellendus molestias, dolor illum consectetur"
},
"event_name": "accusantium architecto elit. repellendus elit.",
"timestamp": "2023-09-14T09:18:17Z"
}