GET
/
v1
/
campaigns
/
{uuid}
/
status
curl --request GET \
  --url https://api.castled.io/backend/external/v1/campaigns/{uuid}/status \
  --header 'Api-Key: <api-key>'
{
  "status": "<string>"
}

Headers

Api-Key
string
required

Private key to access the API.

Path Parameters

uuid
string
required

UUID of the campaign

Response

200 - application/json
status
string

Possible values are SCHEDULED, RUNNNING, COMPLETED, FAILED, RETRYING, STOPPED