# Get Campaign Draft: Status

View the sending status of a campaign draft. To obtain a valid draft_ID, first call GET /v3/REST/campaigndraft to list your campaign drafts.

Endpoint: GET /v3/REST/campaigndraft/{draft_ID}/status
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `draft_ID` (integer, required)
    Unique numeric ID of the campaign draft you want to send.
    Example: 4000

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.Status` (string)
    The status of the campaign draft.

Possible values:

- AXCancelled
- Deleted
- Archived
- Draft
- Programmed (scheduled)
- Sent
- AXTested (AB Testing versions sent, but winning version not selected yet)
- AXSelected (AB Testing winning version selected and sent)

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
