v1
latestSwagger 2.02026-07-134272111.8 KBbulk
Fetch all the bulk jobs for an instance
get/bulk/jobs
Query parameters
wherestring
The CEQL search expression, or the where clause, without the WHERE keyword, in a typical SQL query. For example to get all upload jobs the expression would be where=job_direction='UPLOAD'. The following fields are valid search fields 'object_name', 'job_status', 'job_direction', 'record_count'
nextPagestring
The next page cursor, taken from the response header: elements-next-page-token
pageSizeinteger
The page size for pagination, which defaults to 200 if not supplied
fieldsstring
The fields to return on the response. Can be a single field or a comma-separated list of fields
Headers
Authorizationstring required
The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'
Response
OK - Everything worked as expected