Campaigns
Get a campaign
Campaigns
Get a campaign
GET
/
v1
/
campaigns
/
{id}
curl --request GET \
--url https://api.eu.volubile.ai/v1/campaigns/{id} \
--header 'X-Api-Key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"startDate": "2024-07-30",
"timeSlots": [
{
"startTime": "10:30",
"endTime": "12:30"
}
],
"batchSize": 123,
"retry": {
"max": 1,
"delay": 123,
"retryOn": [
"<string>"
]
},
"days": [
"MONDAY"
],
"status": "ACTIVE",
"timezone": "Europe/Paris"
}
Authorizations
Your API key.
Path Parameters
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.eu.volubile.ai/v1/campaigns/{id} \
--header 'X-Api-Key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"startDate": "2024-07-30",
"timeSlots": [
{
"startTime": "10:30",
"endTime": "12:30"
}
],
"batchSize": 123,
"retry": {
"max": 1,
"delay": 123,
"retryOn": [
"<string>"
]
},
"days": [
"MONDAY"
],
"status": "ACTIVE",
"timezone": "Europe/Paris"
}