GET
/
api
/
v2
/
apps
/
{app}
/
actions
/

Authorizations

Authorization
string
headerrequired

Path Parameters

app
string
required

The application to list actions for.

Query Parameters

query
string | null

Query for actions to search for. If this is not provided, all actions for the app will be returned.

filter_action_type
enum<string>[]

Filter actions by type. This should be a comma-separated list of action types.

This can be:

  • write: Actions that have side effects (such as sending an email or updating a spreadsheet)
  • search: Actions that return results (such as searching for a contact or getting a list of emails)
Available options:
read,
write,
search

Response

200 - application/json
results
object[]
required