For Developers
Jobs Overview
A Job is a container for a set of tasks to be executed.
Properties
Property | Type | Description |
---|---|---|
id | string | The UUID for the object. |
created_date | Date | When the job was created. |
updated_date | Date | When the job was udpated. |
state | Job State | The state of the job. |
properties | Object | Properties associated with job. |
integration_id | string | The integration id associated of the job. |
link_id | string | The 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
}