# Get campaign

Returns a list of campaign

### **Example Request** <a href="#example-request-1" id="example-request-1"></a>

<table><thead><tr><th width="145">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://localhost:2222/automation/campaign?search=&#x26;page=1&#x26;limit=10">http://localhost:2222/automation/campaign?search=&#x26;page=1&#x26;limit=10</a></td></tr></tbody></table>

### Params <a href="#params" id="params"></a>

<table><thead><tr><th>Key</th><th width="216">Value</th><th>Description</th></tr></thead><tbody><tr><td>search</td><td></td><td>Enter the name of the campaign you want to get the ID from, if left blank it will display all.</td></tr><tr><td>page</td><td>1</td><td></td></tr><tr><td>limit</td><td>10</td><td></td></tr></tbody></table>

### **Example Response** <a href="#id-3.-example-response" id="id-3.-example-response"></a>

```
{
 "campaign":[
 //content
 ]
 }
```
