---
title: "GET /async-invoke/{invocationArn}"
method: GET
path: "/async-invoke/{invocationArn}"
---

# GET /async-invoke/{invocationArn}

`GET /async-invoke/{invocationArn}`

Retrieve information about an asynchronous invocation.

## Path parameters

- `invocationArn` string, required

## Response `200`

Success

- GetAsyncInvokeResponse
  - `invocationArn` string, required — The invocation's ARN.
  - `modelArn` string, required — The invocation's model ARN.
  - `clientRequestToken` string — The invocation's idempotency token.
  - `status` 'InProgress' | 'Completed' | 'Failed', required — The invocation's status.
  - `failureMessage` string, password — An error message.
  - `submitTime` string, date-time, required — When the invocation request was submitted.
  - `lastModifiedTime` string, date-time — The invocation's last modified time.
  - `endTime` string, date-time — When the invocation ended.
  - `outputDataConfig` object, required — Output data settings.
    - `s3OutputDataConfig` object — A storage location for the output data in an S3 bucket
      - `s3Uri` string, required — An object URI starting with <code>s3://</code>.
      - `kmsKeyId` string — A KMS encryption key ID.
      - `bucketOwner` string — If the bucket belongs to another AWS account, specify that account's ID.

## Other responses

- `480` — AccessDeniedException
- `481` — ThrottlingException
- `482` — InternalServerException
- `483` — ValidationException

---

[API](https://skmtc.net/aws/apis/bedrock-runtime.md) · [All operations](https://skmtc.net/aws/apis/bedrock-runtime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-runtime/versions/8a393198b636/schema)
