Queries
importJobDefinition
Fetch the import job definition for a connected service integration. Pass isEnabled: true to return only the currently active definition, or isEnabled: false to return any definition regardless of enabled state. Returns null if no matching definition exists.
QUERY
importJobDefinition(serviceIntegrationKey: String!, isEnabled: Boolean): ImportJobDefinitionArguments
serviceIntegrationKey
String!
required
isEnabled
Boolean
Returns
id
ID!
mode
String!
The sync mode for this definition (e.g. SYNC for continuous synchronization).
entityTypes
[String!]!
The entity types this definition syncs (e.g. TENANTS, CUSTOMERS, TENANT_FIELD_SCHEMAS).
metadata
Optional metadata about the import configuration, such as the tenant list being synced.
enabledAt
When this import job definition was enabled. Null if it has never been enabled.
createdAt
createdBy
updatedAt
updatedBy
Query
Variables
Response
Query
Variables
Response

