Retrieve available actions with optional search and app filtering
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The access token received from the authorization server in the OAuth 2.0 flow.
The environment in which the server client is running
development, production The project ID, which starts with proj_.
The cursor to start from for pagination
The cursor to end before for pagination
The maximum number of results to return
A search query to filter the actions
The ID or name slug of the app to filter the actions
The registry to retrieve actions from. Defaults to 'all' ('public', 'private', or 'all')
public, private, all