v34

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-05273871.7 KB

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

get/v1/assets

Query parameters

nameFilterstring

Case-sensitive exact match on the asset name. Cannot be combined with namePrefixFilter. When combined with includeAppStore=true, a leading "appstore/" is stripped before querying App Store assets (whose stored names never carry the prefix).

namePrefixFilterstring

Case-sensitive prefix match on the asset name. LIKE wildcards ("%", "_") in the value are treated as literal characters, not wildcards. Empty string is rejected with 400; omit the parameter if no filtering is desired. Cannot be combined with nameFilter. When combined with includeAppStore=true, a leading "appstore/" is stripped before querying App Store assets (whose stored names never carry the prefix); a partial prefix like "appstor" will not match any App Store assets.

includeAppStoreboolean

If true, also includes assets from Limrun App Store where you have access to. App Store assets will be returned with a "appstore/" prefix in their names.

includeDownloadUrlboolean

Toggles whether a download URL should be included in the response

includeUploadUrlboolean

Toggles whether an upload URL should be included in the response

kindFilter'App' | 'Keychain'

Filters assets by kind.

limitinteger
Example:50

Maximum number of items to be returned. The default is 50.

Response

OK

idstring required
namestring required
kind'App' | 'Keychain' required
displayNamestring

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.

md5string

Returned only if there is a corresponding file uploaded already.

expiresAtstring date-time

When set, the time after which the asset is automatically deleted.

signedUploadUrlstring
signedDownloadUrlstring