Jobs are tasks that are processed asynchronously by the Intercom system after being enqueued via the API. This allows for efficient handling of operations that may take time to complete, such as data imports or exports. You can check the status of your jobs to monitor their progress and ensure they are completed successfully.
API endpoint URL to check the job status.
The id of the resource created during job execution (e.g. ticket id)
{ "type": "job", "id": 20, "url": "https://api.intercom.io/jobs/status/20", "status": "pending", "resource_type": "ticket", "resource_id": 123, "resource_url": "http://api.intercom.io/tickets/123" }