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

# GET /runCache

`GET /runCache`

Retrieves a list of your run caches and the metadata for each cache.

## Query parameters

- `maxResults` integer
- `startingToken` string

## Response `200`

Success

- ListRunCachesResponse
  - `items` RunCacheListItem[] — Details about each run cache in the response.
    - `arn` string — Unique resource identifier for the run cache.
    - `cacheBehavior` 'CACHE_ON_FAILURE' | 'CACHE_ALWAYS' — Default cache behavior for the run cache.
    - `cacheS3Uri` string — The S3 uri for the run cache data.
    - `creationTime` string, date-time — The time that this run cache was created (an ISO 8601 formatted string).
    - `id` string — The identifier for this run cache.
    - `name` string — The name of the run cache.
    - `status` 'ACTIVE' | 'DELETED' | 'FAILED' — The run cache status.
  - `nextToken` string — Pagination token to retrieve additional run caches. If the response does not have a <code>nextToken</code>value, you have reached to the end of the list.

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException
- `487` — RequestTimeoutException

---

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