Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get scheduled campaign run.
GET
/backend/v1/campaign-schedules/{campaignScheduleId}
Retrieves a scheduled campaign run by its ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
campaignScheduleId
*
Type
string
Required
format
uuid
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"campaignId"
:
"string"
,
"count"
:
"string"
,
"createdAt"
:
"string"
,
"endAt"
:
"string"
,
"frequency"
:
"string"
,
"id"
:
"string"
,
"interval"
:
"string"
,
"name"
:
"string"
,
"providerIds"
:
[
"string"
]
,
"startAt"
:
"string"
}
GET
/backend/v1/campaign-schedules/{campaignScheduleId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
campaignScheduleId
*
Try it out
Samples
Powered by
VitePress OpenAPI