> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kalimna.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List campaigns

> List all campaigns

This endpoint allows you to list all campaigns.

### Response fields

<ResponseField name="campaigns" type="array">
  <Expandable title="properties">
    <ResponseField name="id" type="string">
      The id of the campaign
    </ResponseField>

    <ResponseField name="name" type="string">
      The name of the campaign
    </ResponseField>

    <ResponseField name="created_at" type="string">
      The created at date of the campaign
    </ResponseField>

    <ResponseField name="updated_at" type="string">
      The updated at date of the campaign
    </ResponseField>

    <ResponseField name="status" type="string">
      The status of the campaign
    </ResponseField>
  </Expandable>
</ResponseField>
