---
title: "Search for Sequences"
method: POST
path: "/emailer_campaigns/search"
tags: ["Sequences"]
---

# Search for Sequences

`POST /emailer_campaigns/search`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

<a href="https://knowledge.apollo.io/hc/en-us/articles/4409237165837-Sequences-Overview" target="_blank">Sequences</a> are outreach campaigns that sales teams use to reach out to contacts over a planned period of time.<br><br>Use the Search for Sequences endpoint to search for the sequences that have been created for your team's Apollo account.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a `403` response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.

## Query parameters

- `q_name` string
- `page` string
- `per_page` string

## Response `200`

200

- object
  - `pagination` object
    - `page` integer
    - `per_page` integer
    - `total_entries` integer
    - `total_pages` integer
  - `breadcrumbs` object[]
    - `label` string
    - `signal_field_name` string
    - `value` string
    - `display_name` string
  - `emailer_campaigns` object[]
    - `id` string
    - `name` string
    - `archived` boolean
    - `created_at` string
    - `emailer_schedule_id` string
    - `max_emails_per_day` unknown
    - `user_id` string
    - `same_account_reply_policy_cd` unknown
    - `excluded_account_stage_ids` string[]
    - `excluded_contact_stage_ids` string[]
    - `contact_email_event_to_stage_mapping` object
    - `label_ids` string[]
    - `create_task_if_email_open` boolean
    - `email_open_trigger_task_threshold` integer
    - `mark_finished_if_click` boolean
    - `active` boolean
    - `days_to_wait_before_mark_as_response` integer
    - `starred_by_user_ids` string[]
    - `mark_finished_if_reply` boolean
    - `mark_finished_if_interested` boolean
    - `mark_paused_if_ooo` boolean
    - `sequence_by_exact_daytime` unknown
    - `permissions` string
    - `last_used_at` unknown
    - `sequence_ruleset_id` string
    - `folder_id` unknown
    - `same_account_reply_delay_days` integer
    - `is_performing_poorly` boolean
    - `num_contacts_email_status_extrapolated` integer
    - `remind_ab_test_results` boolean
    - `ab_test_step_ids` unknown[]
      - unknown
    - `prioritized_by_user` unknown
    - `creation_type` string
    - `num_steps` integer
    - `unique_scheduled` integer
    - `unique_delivered` integer
    - `unique_bounced` integer
    - `unique_opened` integer
    - `unique_hard_bounced` integer
    - `unique_spam_blocked` integer
    - `unique_replied` integer
    - `unique_demoed` integer
    - `unique_clicked` integer
    - `unique_unsubscribed` integer
    - `bounce_rate` integer
    - `hard_bounce_rate` integer
    - `open_rate` integer
    - `click_rate` integer
    - `reply_rate` integer
    - `spam_block_rate` integer
    - `opt_out_rate` integer
    - `demo_rate` integer
    - `loaded_stats` boolean
    - `cc_emails` string
    - `bcc_emails` string
    - `underperforming_touches_count` integer
  - `num_fetch_result` unknown

## Other responses

- `401` — 401
- `403` — 403
- `429` — 429

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
