---
title: "List Hiring Workflows"
method: GET
path: "/api/v1/hiring_workflows"
tags: ["Hiring Workflows"]
---

# List Hiring Workflows

`GET /api/v1/hiring_workflows`

## Query parameters

- `include` string[] — Hiring Workflow relationships available for inclusion
- `fields[hiring_workflows]` HiringWorkflowsReadableAttribute[] — Hiring Workflow readable attributes list
- `fields[stages]` StagesReadableAttribute[] — Stage readable attributes list
- `filter[created_at][gt]` string, date-time — String representation of datetime
- `filter[created_at][lt]` string, date-time — String representation of datetime
- `filter[updated_at][gt]` string, date-time — String representation of datetime
- `filter[updated_at][lt]` string, date-time — String representation of datetime
- `filter[external_system_reference]` string[] — External system reference filter
- `sort` string[] — Hiring Workflow sortable attributes
- `page[number]` integer
- `page[size]` integer
- `stats[total]` 'count'

## Response `200`

OK: Hiring Workflows collection

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/pinpointhq/apis/pinpoint-external-api-reference.md) · [All operations](https://skmtc.net/pinpointhq/apis/pinpoint-external-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinpointhq/pinpoint-external-api-reference/revisions/da26e9683289/schema)
