Svix

move.ai Webhook Event Types

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.

job.state.completed

This event is sent when a job run has finished

Example
JSON
{
  "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"
}

job.state.started

This event is sent when a job run has started.

Example
JSON
{
  "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"
}

ugc.job.state.completed

Emitted when a ugc job has completed

Example
JSON
{
  "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"
}

ugc.job.state.failed

Emitted when a ugc job has failed

Example
JSON
{
  "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"
}