---
title: "Get Lifecycle Status"
method: GET
path: "/v1/collections/{collection_identifier}/lifecycle"
tags: ["Collection Lifecycle"]
---

# Get Lifecycle Status

`GET /v1/collections/{collection_identifier}/lifecycle`

Get the storage lifecycle status of a collection including vector counts.

## Path parameters

- `collection_identifier` string, required — Collection ID or name

## Response `200`

Successful Response

- LifecycleStatusResponse
  - `collection_id` string, required
  - `lifecycle_state` 'active' | 'cold' | 'archived', required
  - `s3_vector_index` string, nullable
  - `vector_document_count` integer, nullable
  - `s3_vector_count` integer, nullable
  - `last_transitioned_at` string, date-time, nullable
  - `task_id` string, nullable
  - `warning` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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