Skip to main content
GET
List outreach campaigns (archived ones on request)

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Query Parameters

includeArchived
boolean

Include archived campaigns.

Response

Successful response

_id
string
required
name
string
required
status
enum<string>
required

Campaign lifecycle status.

Available options:
draft,
active,
paused,
completed,
archived
stopOnReply
boolean
required
stepCount
number
required
totalEnrolled
number
required
activeCount
number
required
pausedCount
number
required
finishedCount
number
required
repliedCount
number
required
failedCount
number
required
stoppedCount
number
required
createdAt
number
required
updatedAt
number
required
emailMailboxAccountIds
string[]

Campaign email sender pool: up to 50 emailMailboxAccounts ids both you and the campaign owner may use. Omit to preserve existing configuration; [] clears the pool. A person's sender stays fixed for their conversation. Launch validates sender availability.

Maximum array length: 50
Minimum string length: 1
linkedinAccountIds
string[]

Campaign LinkedIn sender pool: up to 50 linkedinAccounts ids both you and the campaign owner may use. Omit to preserve existing configuration; [] clears the pool. Legacy step senders remain until a pool is configured.

Maximum array length: 50
Minimum string length: 1
timezone
string
startsAt
number
endsAt
number
sendSchedules
object[]
dailySendCap
number
launchedAt
number
ownerName
string
isOwner
boolean
{key}
any