Skip to main content
GET
/
v2
/
campaigns
/
stats
Get Group of Missions stats by status.
curl --request GET \
  --url https://client.synack.com/api/tasks/v2/campaigns/stats \
  --header 'Authorization: Bearer <token>'
{
  "all": 123,
  "active": 123,
  "inReview": 123,
  "completed": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

orgUids
string<uuid>[]
required

Filter by organization UIDs.

listingUids
string<uuid>[]

Filter by listing UIDs.

Response

Successful operation.

Response model used by the GET /campaigns/stats endpoint.

all
integer
active
integer
inReview
integer
completed
integer