> For the complete documentation index, see [llms.txt](https://docs.antbuddy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antbuddy.com/huong-dan-tich-hop-api-team-technical-api-integration-guide-technical-team/antcrm/10.-api-get-campaign-list.md).

# 10. API get campaign list

URL: <https://apiring.antbuddy.com/campaigns>

Method: GET

| **Parameters** | **Type** | **Required** | **Explain**                                            |
| -------------- | -------- | ------------ | ------------------------------------------------------ |
| dateStart      | string   |              | Call making time. For example:2024-03-13T06:24:20.673Z |
| dateEnd        | string   |              | Call making time. For example:2024-03-19T06:24:20.673Z |
| page           | Number   |              | Page number.                                           |
| limit          | Number   |              | Number of records per page. (Maximum 100 records)      |

Results returned:

{

"success": true,

"data": \[], // list of records

"total": 2,

"limit": 20

}

**Curl sample:** curl --location '<https://apiring.antbuddy.com/campaigns?limit=300\\&page=1>' \\

\--header 'apikey:' \\

\--data ''
