List action classes
Returns the action classes (user actions that can trigger an app survey) for a workspace. Use the returned ids as distribution.triggers[].actionClassId when creating or updating app surveys. Read-only: this v3 endpoint lists action classes but does not create them — action classes are managed in the Formbricks app (Actions settings) or via the v1/v2 management API.
An empty data array means the workspace has no action classes yet. Triggers are optional, so you can still create an app survey with distribution.triggers: [] (or omit distribution entirely) and attach triggers later via PATCH once an action class exists. Session cookie or x-api-key.
Query parameters
Workspace identifier. This is the canonical container ID for v3 APIs.
Page size (max 100).
Opaque cursor returned as meta.nextCursor from the previous page. Omit on the first request.
Response
Action classes retrieved successfully