Path Parameters
The ID of the batch job to cancel.
Response
Unique batch job identifier.
Always "batch".
The API endpoint used for this batch.
Errors encountered during batch processing.
ID of the input file.
The completion window for the batch job.
Current status of the batch job. validating: input file is being validated. in_progress: batch is being processed. finalizing: results are being compiled. completed: all requests finished. failed: job failed. expired: job exceeded the completion window. cancelling: cancellation in progress. cancelled: job was cancelled.
ID of the file containing successful results. Available when status is completed. Use with the download file content endpoint.
ID of the file containing error details. Available when some requests failed. Use with the download file content endpoint.
Unix timestamp (seconds) when the batch was created.
Unix timestamp (seconds) when the batch started processing.
Unix timestamp (seconds) when the batch will expire.
Unix timestamp (seconds) when the batch started finalizing.
Unix timestamp (seconds) when the batch completed.
Unix timestamp (seconds) when the batch failed.
Unix timestamp (seconds) when the batch expired.
Unix timestamp (seconds) when the batch was cancelled.
Unix timestamp (seconds) when the batch entered cancelling status.
Request processing counts.
Key-value metadata attached to the batch.