For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tags

List Tags

get

List all tags in the account, that is currently assigned to a build. The default paging limit is 1000 items per page.

Authorizations
Query parameters
pageNumbernumberOptional

The index of the desired page

Example: 1
limitnumberOptional

The number of items to return per page

Example: 10
searchstringOptional

The search term to filter by, example "My Tag".

Example: My Tag
platformstring · enumOptional

The platform to filter by

Example: iosPossible values:
appIdstringOptional

The unique identifier for an app to filter by. On Android this is the package name, on iOS this is the bundle identifier.

Example: com.sample.appId
buildIdstringOptional

The unique identifier for the build.

Example: android
buildNumberstring · int32Optional

The build number, as specified by the app. In Android this is the versionCode, in iOS this is the CFBundleVersion.

Example: 1
versionNamestringOptional

The version name to filter by, example "1.0.0".

Example: 1.0.0
Responses
200

OK

application/json
totalinteger · int32OptionalExample: 25
nextPagenumber · int32 · nullableOptionalExample: 2
tagsstring[]OptionalExample: tag1
get/v2/tags

Last updated