For Developers

Jobs Overview

A Job is a container for a set of tasks to be executed.

Properties

PropertyTypeDescription
idstringThe UUID for the object.
created_dateDateWhen the job was created.
updated_dateDateWhen the job was udpated.
stateJob StateThe state of the job.
propertiesObjectProperties associated with job.
integration_idstringThe integration id associated of the job.
link_idstringThe link id associated with the job.

JSON Example

{
    "id": "00000000-0000-0000-0000-000000000000",
    "created_date": "2022-10-24T17:07:33.987Z",
    "updated_date": "2022-10-24T17:12:01.242Z",
    "heartbeat_date": "2022-10-24T17:07:33.987Z",
    "state": "queued",
    "properties": {},
    "integration_id": "00000000-0000-0000-0000-000000000000",
    "link_id": null
}