Skip to main content
GET
List the action plans of the caller company

Authorizations

Authorization
string
header
required

Company secret API key.

Query Parameters

groupId
string

Filter by group id.

status
enum<string>
Available options:
draft,
approved,
sent,
canceled,
delivery_error,
in_progress,
completed
stage
enum<string>

Presentation stage; expands to the technical statuses it groups (review=draft; active=approved,in_progress,delivery_error; closed=completed,sent,canceled). Mutually exclusive with status.

Available options:
review,
active,
closed
source
enum<string>

Plans whose sources include this VoC source.

Available options:
woku,
nps,
csat,
ces
sourceMode
enum<string>

How the source filter maps to plans (AP-0064): "single" matches plans whose sources is EXACTLY the given source (requires source); "mixed" matches cross-source plans with more than one source (forbids source). Omitting it keeps the legacy membership semantics of source alone.

Available options:
single,
mixed
priority
enum<string>
Available options:
high,
medium,
low
from
string

ISO start of the createdAt range.

to
string

ISO end of the createdAt range (exclusive).

Search over title and summary.

page
number
default:1
Required range: x >= 1
limit
number
default:20
Required range: 1 <= x <= 100

Response

200 - undefined