---
title: "GET /sessionLoggers"
method: GET
path: "/sessionLoggers"
---

# GET /sessionLoggers

`GET /sessionLoggers`

Lists all available session logger resources.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListSessionLoggersResponse
  - `sessionLoggers` SessionLoggerSummary[] — The list of session loggers, including summaries of their details.
    - `sessionLoggerArn` string, required — The ARN of the session logger resource.
    - `logConfiguration` object — The configuration that specifies where the logs are fowarded.
      - `s3` object — The configuration for delivering the logs to S3.
        - `bucket` string, password, required — The S3 bucket name where logs are delivered.
        - `keyPrefix` string, password — The S3 path prefix that determines where log files are stored.
        - `bucketOwner` string — The expected bucket owner of the target S3 bucket. The caller must have permissions to write to the target bucket.
        - `logFileFormat` 'JSONLines' | 'Json', required — The format of the LogFile that is written to S3.
        - `folderStructure` 'Flat' | 'NestedByDate', required — The folder structure that defines the organizational structure for log files in S3.
    - `displayName` string, password — The human-readable display name.
    - `creationDate` string, date-time — The date the session logger resource was created.
  - `nextToken` string — The pagination token used to retrieve the next page of results for this operation.

## Other responses

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

---

[API](https://skmtc.net/aws/apis/workspaces-web.md) · [All operations](https://skmtc.net/aws/apis/workspaces-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/workspaces-web/versions/4206b0208021/schema)
