v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Gets details about a batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-monitor">Monitor batch inference jobs</a>

get/model-invocation-job/{jobIdentifier}

Path parameters

jobIdentifierstring required

The Amazon Resource Name (ARN) of the batch inference job.

Response

Success

jobArnstring required

The Amazon Resource Name (ARN) of the batch inference job.

jobNamestring

The name of the batch inference job.

modelIdstring required

The unique identifier of the foundation model used for model inference.

clientRequestTokenstring

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.

roleArnstring required

The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html">Create a service role for batch inference</a>.

status'Submitted' | 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped' | 'PartiallyCompleted' | 'Expired' | 'Validating' | 'Scheduled'
<p>The status of the batch inference job.</p> <p>The following statuses are possible:</p> <ul> <li> <p>Submitted – This job has been submitted to a queue for validation.</p> </li> <li> <p>Validating – This job is being validated for the requirements described in <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html">Format and upload your batch inference data</a>. The criteria include the following:</p> <ul> <li> <p>Your IAM service role has access to the Amazon S3 buckets containing your files.</p> </li> <li> <p>Your files are .jsonl files and each individual record is a JSON object in the correct format. Note that validation doesn't check if the <code>modelInput</code> value matches the request body for the model.</p> </li> <li> <p>Your files fulfill the requirements for file size and number of records. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html">Quotas for Amazon Bedrock</a>.</p> </li> </ul> </li> <li> <p>Scheduled – This job has been validated and is now in a queue. The job will automatically start when it reaches its turn.</p> </li> <li> <p>Expired – This job timed out because it was scheduled but didn't begin before the set timeout duration. Submit a new job request.</p> </li> <li> <p>InProgress – This job has begun. You can start viewing the results in the output S3 location.</p> </li> <li> <p>Completed – This job has successfully completed. View the output files in the output S3 location.</p> </li> <li> <p>PartiallyCompleted – This job has partially completed. Not all of your records could be processed in time. View the output files in the output S3 location.</p> </li> <li> <p>Failed – This job has failed. Check the failure message for any further details. For further assistance, reach out to the <a href="https://console.aws.amazon.com/support/home/">Amazon Web Services Support Center</a>.</p> </li> <li> <p>Stopped – This job was stopped by a user.</p> </li> <li> <p>Stopping – This job is being stopped by a user.</p> </li> </ul>
messagestring password

If the batch inference job failed, this field contains a message describing why the job failed.

submitTimestring date-time required

The time at which the batch inference job was submitted.

lastModifiedTimestring date-time

The time at which the batch inference job was last modified.

endTimestring date-time

The time at which the batch inference job ended.

timeoutDurationInHoursinteger

The number of hours after which batch inference job was set to time out.

jobExpirationTimestring date-time

The time at which the batch inference job times or timed out.

modelInvocationType'InvokeModel' | 'Converse'

The invocation endpoint for ModelInvocationJob

totalRecordCountinteger

The total number of records in the batch inference job.

processedRecordCountinteger

The number of records that have been processed in the batch inference job.

successRecordCountinteger

The number of records that were successfully processed in the batch inference job.

errorRecordCountinteger

The number of records that failed to process in the batch inference job.