---
title: "Get all stale Features for a Project"
method: GET
path: "/v1/projects/{key}/staleness"
tags: ["Projects"]
---

# Get all stale Features for a Project

`GET /v1/projects/{key}/staleness`

Get all stale Features for a Project

## Path parameters

- `key` string, required

## Query parameters

- `page` number
- `perPage` number
- `sortBy` 'createdAt' | 'updatedAt' | 'name' | 'key' | 'propertyKey'
- `sortOrder` 'asc' | 'desc'
- `search` string
- `createdBy` string
- `includeSilenced` boolean

## Response `200`

- FeatureStalenessEntity[]
  - `key` string, required — Feature key
  - `name` string, required — Feature name
  - `_feature` string, required — Feature ID
  - `stale` boolean, required — Staleness status
  - `updatedAt` string, date-time — Last updated at
  - `disabled` boolean, required — If the Feature's staleness is disabled
  - `snoozedUntil` string, date-time — Snooze staleness until date specified
  - `reason` 'released' | 'unused' | 'unmodifiedShort' | 'unmodifiedLong' — Reason for staleness
  - `metaData` object — Miscellaneous metadata

## Other responses

- `403`
- `404` — Project not found. This can also be returned if the current token does not have permission to view the project.

---

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