For the complete documentation index, see llms.txt. This page is also available as Markdown.

List all campaigns

How to list all campaigns on a workspace

To list all the campaigns in a workspace, you need to make a get request API call to the following endpoint:

https://api.murlist.com/campaign/all

A list of all the campaigns, including completed and paused camapigns, will be returned.

Last updated