Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get campaign.
GET
/backend/v1/campaigns/{campaignId}
Retrieves a campaign by its ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
campaignId
*
Type
string
Required
format
uuid
Query Parameters
configAt
Get the config at a given point in time.
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"campaign"
:
{
"attacks"
:
[
]
,
"createdAt"
:
"string"
,
"createdBy"
:
"string"
,
"description"
:
"string"
,
"id"
:
"string"
,
"lastRun"
:
"string"
,
"lastRunAt"
:
"string"
,
"name"
:
"string"
,
"runCount"
:
0
,
"vendored"
:
false
}
}
GET
/backend/v1/campaigns/{campaignId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
campaignId
*
configAt
Try it out
Samples
Powered by
VitePress OpenAPI