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

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys. The same key used for the v0 endpoints.

Query Parameters

groupId
string

Filter by group id.

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

Plans whose sources include this VoC source.

Available options:
woku,
nps,
csat,
ces
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.

Maximum string length: 200
page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Paginated list of plans

Not the items/total/page/limit envelope used elsewhere: this list echoes only data and total; re-send the same page/limit query params to fetch the next page.

data
object[]
required
total
integer
required
Example:

42