---
title: "POST /sessions/{sessionIdentifier}/invocations/"
method: POST
path: "/sessions/{sessionIdentifier}/invocations/"
---

# POST /sessions/{sessionIdentifier}/invocations/

`POST /sessions/{sessionIdentifier}/invocations/`

Lists all invocations associated with a specific session. For more information about sessions, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/sessions.html">Store and retrieve conversation history and context with Amazon Bedrock sessions</a>.

## Path parameters

- `sessionIdentifier` string, required

## Query parameters

- `maxResults` integer — Max Results.
- `nextToken` string

## Response `200`

Success

- ListInvocationsResponse
  - `invocationSummaries` InvocationSummary[], required — A list of invocation summaries associated with the session.
    - `createdAt` string, date-time, required — The timestamp for when the invocation was created.
    - `invocationId` string, required — A unique identifier for the invocation in UUID format.
    - `sessionId` string, required — The unique identifier for the session associated with the invocation.
  - `nextToken` string — If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.

## Other responses

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

---

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