v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
apps_management_Tenant Esper Apps

Get esper apps for a tenant

Retrieves a paginated list of Esper-provided apps available to the tenant.

Returns each app's TenantEsperAppsItem record, filterable by package name, version code, and architecture.

About Get Esper Apps

Esper Apps are apps published by Esper itself, rather than uploaded by the tenant, and made available for installation on managed devices, such as Windows-side utility or agent apps. This catalog is separate from Tenant Apps (tenant-uploaded iOS and Windows apps) and from Android's Application V1 catalog.

Key Fields / Query Parameters

package_name — filters by package name

architecture — filters by CPU architecture, for example x86_64, arm64_v8a, or universal

version_code — filters by a specific version code

ordering — orders by created_at or version_code, ascending or descending

Common Use Cases

Browsing available Esper-provided apps before assigning one to a device or blueprint

Finding the correct architecture-specific build of an Esper app for a device

Best Practices

Filter by architecture to avoid selecting a build incompatible with the target device's hardware

Workflow

Call this endpoint with the filters relevant to the app you need

Identify the correct version_code and architecture for your target devices

Reference the app in a blueprint or command to install it

get/v2/tenant-esper-apps

Query parameters

limitnumber
offsetnumber
package_namestring
ordering'created_at (ascending)' | '-created_at (descending)' | 'version_code (ascending)' | '-version_code (descending)'
architecture'x86' | 'x86_64' | 'armeabi' | 'arm64_v8a' | 'armeabi_v7a' | 'universal'
version_codestring

Filter by version code

Response

Success