DEV

Type.

ExportJob

No description

Fields

createdAt

DateTime!

Required

Creation date of the job.

createdBy

ID!

Required

ID of the user who created the job.

expiresAt

DateTime!

Required

Expiration date of the job.

id

ID!

Required

Unique identifier of the job.

organization

ID!

Required

ID of the associated organization.

processedCount

Int!

Required

Count of processed items in the job.

Required

Current status of the job.

totalCount

Int!

Required

Total count of items to process in the job.

updatedAt

DateTime!

Required

Last update date of the job.

updatedBy

ID!

Required

ID of the user who last updated the job.

url

String!

Required

URL to access the export job results.

Was this page helpful?