Callbacks

When creating jobs, you can supply a callback URL. This must be a fully qualified URL (i.e., includes http:// or https:// and the trailing /).

Example callback URL: https://example.com/callbacks/

We will send a POST request to this URL when the job is completed or edited. The data will reach you as a JSON body. Below you can find the information contained within a callback.

Callback attributes

AttributeTypeDescription
idstringJob identifier, corresponding to its identifier in the super.AI dashboard
uuidstringA universally unique identifier for the job
statestringCurrent status of the job: either FAILED, SUSPENDED, CANCELED, EXPIRED, or COMPLETED
actionstringWhether the webhook was triggered by a job state change (RESOLVED) or an edition (EDITED).