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
Query parameters
Filter by version code
Response
Success