Retrieves batch jobs, optionally filtered by batch job IDs or states. If no filters are provided, all batch jobs will be returned.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
IDs of the batch jobs to get. If not provided, all batch jobs will be returned.
The state of the batch jobs to get. If not provided, all batch jobs will be returned.
BATCH_JOB_STATE_UNSPECIFIED, BATCH_JOB_STATE_ERROR, BATCH_JOB_STATE_INITIALIZED, BATCH_JOB_STATE_QUEUED, BATCH_JOB_STATE_PREPROCESSING, BATCH_JOB_STATE_PREPROCESSED, BATCH_JOB_STATE_SUBMITTED, BATCH_JOB_STATE_POSTPROCESSING, BATCH_JOB_STATE_POSTPROCESSED, BATCH_JOB_STATE_COMPLETED, BATCH_JOB_STATE_CANCELLED A successful response.