Download GraphQL schema
Contacts job interface
job Id
String
Unique ID for this job
status
String
Current job status
reason
String
Current job reason, if applicable
contacts
Contacts details
options
Contacts options
tags
List of tags used to correlate this workflow with other systems
updated At
String!,non-null
Last date and time this job was updated
Sample
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "contacts": { "__typename": "Contacts" }, "options": { "__typename": "ContactsJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Glasses job interface
job Id
String
Unique ID for this job
status
String
Current job status
reason
String
Current job reason, if applicable
glasses
Glasses details
options
Glasses options
tags
List of tags used to correlate this workflow with other systems
updated At
String!,non-null
Last date and time this job was updated
Sample
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "glasses": { "__typename": "Glasses" }, "options": { "__typename": "GlassesJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }