Authorizations
The app API key from an app from the /dashboard/developer page
Query Parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Example:
42
Returns the last n elements from the list.
Example:
42
The ID of the app to filter app builds by
Example:
"app_xxxxxxxxxxxxxx"
Filter app builds by platform (ios, android, web) The different platforms an app build can target.
Available options:
ios
, android
, web
Filter app builds by status (draft, pending, approved, rejected) The different statuses an AppBuild can be in.
Available options:
draft
, pending
, approved
, rejected