---
title: "List organization's all assets with given filters. If none given, return all assets."
method: GET
path: "/v1/assets"
---

# List organization's all assets with given filters. If none given, return all assets.

`GET /v1/assets`

## Query parameters

- `nameFilter` string
- `namePrefixFilter` string
- `includeAppStore` boolean
- `includeDownloadUrl` boolean
- `includeUploadUrl` boolean
- `kindFilter` 'App' | 'Keychain'
- `limit` integer

## Response `200`

OK

- Asset[]
  - `id` string, required
  - `name` string, required
  - `kind` 'App' | 'Keychain', required
  - `displayName` string — Human-readable display name for the asset. If not set, the name should be used.
  - `platform` 'ios' | 'android' | 'xcode'
  - `os` 'ios' | 'android' | 'xcode' — Deprecated: alias of platform, always mirrors it. Use platform instead.
  - `md5` string — Returned only if there is a corresponding file uploaded already.
  - `expiresAt` string, date-time — When set, the time after which the asset is automatically deleted.
  - `signedUploadUrl` string
  - `signedDownloadUrl` string

## Other responses

- `default` — Error

---

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