v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

List apps

Retrieve all available apps with optional filtering and sorting

get/v1/apps

Query parameters

afterstring

The cursor to start from for pagination

beforestring

The cursor to end before for pagination

limitinteger

The maximum number of results to return

qstring

A search query to filter the apps

sort_key'name' | 'name_slug' | 'featured_weight'

The key to sort the apps by

sort_direction'asc' | 'desc'

The direction to sort the apps

category_idsstring[]

Only return apps in these categories

has_componentsboolean

Only return apps that have components (actions or triggers)

has_actionsboolean

Only return apps that have actions

has_triggersboolean

Only return apps that have triggers

Response

apps listed

Example response

{
  "page_info": {
    "count": 10,
    "total_count": 120
  }
}