---
title: "GET /runCache/{id}"
method: GET
path: "/runCache/{id}"
---

# GET /runCache/{id}

`GET /runCache/{id}`

Retrieves detailed information about the specified run cache using its ID.

For more information, see [Call caching for Amazon Web Services HealthOmics runs](https://docs.aws.amazon.com/omics/latest/dev/workflows-call-caching.html) in the _Amazon Web Services HealthOmics User Guide_.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetRunCacheResponse
  - `arn` string — Unique resource identifier for the run cache.
  - `cacheBehavior` 'CACHE_ON_FAILURE' | 'CACHE_ALWAYS' — The default cache behavior for runs using this cache.
  - `cacheBucketOwnerId` string — The identifier of the bucket owner.
  - `cacheS3Uri` string — The S3 URI where the cache data is stored.
  - `creationTime` string, date-time — Creation time of the run cache (an ISO 8601 formatted string).
  - `description` string — The run cache description.
  - `id` string — The run cache ID.
  - `name` string — The run cache name.
  - `status` 'ACTIVE' | 'DELETED' | 'FAILED' — The run cache status.
  - `tags` object — The tags associated with the run cache.

## 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)
