@@ -11606,12 +11606,15 @@ paths:
11606
11606
examples:
11607
11607
Successful response:
11608
11608
value:
11609
- type: enqueue_status
11610
- status: success
11611
- job_id: 20
11612
- job_url: https://api.intercom.io/jobs/status/20
11609
+ type: job
11610
+ id: "20"
11611
+ status: pending
11612
+ url: https://api.intercom.io/jobs/status/20
11613
+ resource_type: ticket
11614
+ resource_id: null
11615
+ resource_url: null
11613
11616
schema:
11614
- "$ref": "#/components/schemas/enqueue_status "
11617
+ "$ref": "#/components/schemas/jobs "
11615
11618
'401':
11616
11619
description: Unauthorized
11617
11620
content:
@@ -17306,23 +17309,6 @@ components:
17306
17309
required:
17307
17310
- type
17308
17311
- errors
17309
- enqueue_status:
17310
- title: Enqueue status
17311
- type: object
17312
- description: Details of the job that was enqueued.
17313
- properties:
17314
- status:
17315
- type: string
17316
- description: Indicates if the job was successfully enqueued. The status can be either 'success' or 'failed'.
17317
- example: success
17318
- job_id:
17319
- type: string
17320
- description: Id of the job that was enqueued.
17321
- example: 20
17322
- job_url:
17323
- type: string
17324
- description: API endpoint URL to check the job status.
17325
- example: https://api.intercom.io/jobs/status/20
17326
17312
external_page:
17327
17313
title: External Page
17328
17314
type: object
@@ -17696,11 +17682,14 @@ components:
17696
17682
description: The type of the object
17697
17683
enum:
17698
17684
- job
17699
- example: job
17700
17685
id:
17701
17686
type: string
17702
17687
description: The id of the job that's currently being processed or has completed.
17703
- example: success
17688
+ example: 20
17689
+ url:
17690
+ type: string
17691
+ description: API endpoint URL to check the job status.
17692
+ example: https://api.intercom.io/jobs/status/20
17704
17693
status:
17705
17694
type: string
17706
17695
description: The status of the job execution.
@@ -17715,11 +17704,13 @@ components:
17715
17704
resource_id:
17716
17705
type: string
17717
17706
description: The id of the resource created during job execution (e.g. ticket id)
17718
- example: 20
17707
+ example: 123
17708
+ nullable: true
17719
17709
resource_url:
17720
17710
type: string
17721
17711
description: The url of the resource created during job exeuction. Use this url to fetch the resource.
17722
- example: http://api.intercom.io/tickets/20
17712
+ example: http://api.intercom.io/tickets/123
17713
+ nullable: true
17723
17714
required:
17724
17715
- id
17725
17716
intercom_version:
0 commit comments