| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

##### Filters

- **active**: boolean - Filter by whether the opening is active or not
  - `true`/`false`

- **brand**: string - Filter by the name of the brand

- **created_at_gt**: string - Filter for funnels created after this

- **created_at_lt**: string - Filter for funnels created before this

- **distance**: string - Distance for filtering (e.g., 50mi, 100mi)

- **hiring**: boolean - Filter for hiring funnels
  - `true`/`false`

- **is_email_optional**: boolean - Email is optional for the opening for applicants
  - `true`/`false`

- **is_visible_to_applicant**: boolean - Filter for Candidate AI Agent funnels visible to applicants
  - `true`/`false`

- **lat**: string - Latitude for distance filtering

- **location_address**: string - Filter by the address associated with the opening

- **location_group_name**: string - Filter by the name of the location group associated with the opening

- **location_name**: string - Filter by the name of the location associated with the opening

- **lon**: string - Longitude for distance filtering

- **page**: integer - The page of results to view

- **per_page**: integer - The number of results to return per page

- **pipeline_ratio**: integer - Pipeline ratio associated with the opening

- **query**: string - Text-based search for openings (funnel title, location name, etc.)

- **shift_days[]**: array of strings - Filter by the days of the shift associated with the opening
  - Allowed: `mon`, `tue`, `wed`, `thu`, `fri`, `sat`, `sun`

- **shift_end_time**: string - Filter by the end time of the shift associated with the opening (24-hour clock format)

- **shift_name**: string - Filter by the name of the shift associated with the opening

- **shift_start_time**: string - Filter by the start time of the shift associated with the opening (24-hour clock format)

- **sort_by**: string - The field by which to sort results
  - Allowed: `funnel_id`, `funnel_name`, `funnel_created_at`, `brand`, `location_group_name`, `location_name`

- **sort_direction**: string - The direction in which results are sorted
  - Allowed: `asc`, `desc`

- **sourcing_purchase_type**: string - Filter by the sourcing type of the opening
  - Allowed: `standard`, `indeed_campaign`

- **sourcing**: boolean - Filter for sourcing funnels
  - `true`/`false`

- **title**: string - Filter by the title of the opening

- **unfilled**: boolean - Filter openings by hiring goal status
  - `true`/`false`

- **updated_at_gt**: string - Filter for funnels updated after this

- **updated_at_lt**: string - Filter for funnels updated before this

- **user_openings**: boolean - Filter to account owner
  - `true`/`false`

- **workflow_id**: string - Filter for funnels with a specific workflow identifier

# API Response Codes

- `200      OK`
- `401      Unauthorized`

```bash
curl --request GET \
     --url https://api.fountain.com/v2/funnels \
     --header 'accept: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

```json
{ "status": "success" }
```
