JobStatus
JobRun
String!
required
Unique identifier for this specific job execution.
String!
required
Identifier for the job definition that was executed.
String!
required
The type of job that was executed (e.g.,
CRAWL_METADATA for connection refresh operations).String!
required
Identifier of the user who initiated the job execution.
JobRunStatus!
required
The current status of the job execution. See JobRunStatus.
String
ISO 8601 timestamp when the job execution started.
String
ISO 8601 timestamp when the job execution completed (successfully or with failure).
String
Human-readable summary of the job execution result.
String
Brief error message if the job failed, null if successful.
String!
required
ISO 8601 timestamp when the job execution record was created.
JobRunStatus
The status of a job execution. This parameter can have one of the following values:Related operations
Connection Queries
Query connection status and metadata
Refresh Connection
Trigger connection metadata refresh

