# Get tenant apps for a tenant Endpoint: GET /v2/tenant-apps Version: 1.0.0 Security: apiKey ## Query parameters: - `limit` (number) - `offset` (number) - `platform` (string) Enum: "APPLE", "WINDOWS" - `package_name` (string) - `app_name` (string) ## Response 200 fields (application/json): - `content` (object) - `content.count` (integer) number of results returned - `content.prev` (string) URL for previous page of results - `content.next` (string) URL for next page of results - `content.results` (array) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)