---
title: "Release Properties"
description: "Learn more about searchable release properties."
url: https://docs.sentry.io/concepts/search/searchable-properties/releases/
---

# Release Properties

In **Releases**, you can only search by the following properties:

* [`release`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#release)
* [`release.build`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releasebuild)
* [`release.package`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releasepackage)
* [`release.stage`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releasestage)
* [`release.version`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releaseversion)

However, these properties are also searchable in the other pages of [sentry.io](https://sentry.io) listed above (under [Event Properties](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#event-properties)).

## [Searchable Properties](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#searchable-properties)

Below is a list of keys and tokens that can be used in the release search.

### [`release`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#release)

A release is a version of your code deployed to an environment. You can create a token with an exact match of the version of a release, or `release:latest` to pick the most recent release. [Learn more](https://docs.sentry.io/product/releases/usage/sorting-filtering.md#latest-release).

* **Type:** string

### [`release.build`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releasebuild)

The number that identifies an iteration of your app. For example, `CFBundleVersion` on iOS or `versionCode` on Android. [Learn more](https://docs.sentry.io/product/releases/usage/sorting-filtering.md).

* **Type:** number

### [`release.package`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releasepackage)

The unique identifier of the project/app. For example, `CFBundleIdentifier` on iOS or `packageName` on Android. [Learn more](https://docs.sentry.io/product/releases/usage/sorting-filtering.md).

* **Type:** string

### [`release.stage`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releasestage)

The usage your release is seeing relative to other releases. Values can be `adopted`, `low`, or `replaced`. [Learn more](https://docs.sentry.io/product/releases/health.md#adoption-stages).

* **Type:** string

### [`release.version`](https://docs.sentry.io/concepts/search/searchable-properties/releases.md#releaseversion)

A shorter version of the name; name without the package or short version of the hash. [Learn more](https://docs.sentry.io/product/releases/usage/sorting-filtering.md).

* **Type:** string
