# Sequence List

## List Sequence

<mark style="color:blue;">`GET`</mark> `https://{{account_id}}.acquire.io/api/v1/bot/seq`

List the bot sequences available

#### Headers

| Name                                            | Type   | Description         |
| ----------------------------------------------- | ------ | ------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Bearer {{api\_key}} |

{% tabs %}
{% tab title="200 " %}

```
{
  "data": {
    "count": 1,
    "limit": 12,
    "page": 1,
    "rows": [
      {
        "id": 137,
        "title": "Sales Sequence 05",
        "description": "A sequence designed to generate leads.",
        "status": "publish",
        "greeting": "active",
        "askFeedback": "disabled",
        "identifier": "salesSequence",
        "identifierCount": 6,
        "isImported": "no",
        "isCloned": "no",
        "clonedCount": 0,
        "createdBy": 1,
        "updatedBy": 1,
        "dateCreated": "2020-12-15T08:36:02.000Z",
        "dateUpdated": "2021-02-24T06:18:39.000Z",
        "bots": {
          "id": 198,
          "userId": 1,
          "slug": "sequence_bot",
          "title": "Sequence Bot",
          "assistantName": "Virtual Assistant",
          "assistantIcon": "",
          "params": null,
          "createdBy": 1,
          "updatedBy": 1,
          "dateCreated": "2021-01-18T04:52:57.000Z",
          "dateUpdated": "2021-01-18T04:52:57.000Z"
        }
      }
    ]
  }
}

```

{% endtab %}
{% endtabs %}
