Salesforce · Schema

QueryJobRequest

Configuration parameters for creating a new Bulk API 2.0 query job.

AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
operation string The query operation to perform. Use query to retrieve active records only, or queryAll to include soft-deleted and archived records.
query string The SOQL query to execute. The query result will be available as CSV data after the job completes.
contentType string The format of the results. Currently only CSV is supported.
columnDelimiter string The delimiter character used between fields in the CSV output.
lineEnding string The line ending character used in the CSV output.
View JSON Schema on GitHub