Python
Applications
List Application Variants
Description
Lists all application variants accessible to the user.
Details
This API can be used to list application variants. If a user has access to multiple accounts, all application variants from all accounts the user is associated with will be returned.
GET
Python
Authorizations
Query Parameters
Page number for pagination to be returned by the given endpoint. Starts at page 1
Required range:
x >= 1Maximum number of artifacts to be returned by the given endpoint. Defaults to 100 and cannot be greater than 10k.
Required range:
1 <= x <= 10000Response
Successful Response
items
(ApplicationVariantV0Response · object | ApplicationVariantAgentsServiceResponse · object | OfflineApplicationVariantResponse · object)[]
required
The data returned for the current page.
- ApplicationVariantV0Response
- ApplicationVariantAgentsServiceResponse
- OfflineApplicationVariantResponse
The total number of items of the query
The current page number.
The number of items per page.

