Skip to main content
GET
List Campaigns

Authorizations

Authorization
string
header
required

Enter your API key: wave_live_<token>

Response

Successful Response

id
string<uuid>
required

Campaign ID

title
string
required

Campaign title

status
enum<string>
required

Campaign run state

Available options:
CREATED,
LAUNCHED,
PENDING,
COMPLETED,
MESSAGING_COMPLETED
active
boolean
required

Whether the campaign is currently running

messagesPerDay
integer | null
default:20

Max daily outbound messages

workingDays
enum<string>[] | null
Available options:
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY,
SATURDAY,
SUNDAY
workingHours
string[] | null
account_id
string<uuid> | null
sequence_id
string<uuid> | null
dms_sent
integer
default:0

Total initial DMs sent

followups_sent
integer
default:0

Total follow-ups sent

replies_received
integer
default:0

Total replies received

reply_rate
number
default:0

Reply percentage (0-100)

lists
string<uuid>[] | null

Attached audience list UUIDs

created_at
string<date-time> | null