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

# List Hiring Flows

> Retrieve all hiring flows for the company

## List Hiring Flows

Retrieve a list of all hiring flows associated with the current company. Returns each flow's ID, name, and status.

### Endpoint

```
GET /external/v1/hiring-flow/
```

### Authentication

> \[!NOTE]
> Requires a valid company API key in the `Authorization` header (format: `Api-Key <key>`).

### Example Request

```bash theme={null}
curl -X GET "https://api.firstwork.com/external/v1/hiring-flow/" \
  -H "Authorization: Api-Key YOUR_API_KEY"
```

### Responses

#### 200: OK

List of hiring flows with their ID, name, and status.

### Notes

* No query parameters or request body required
* Returns all hiring flows regardless of status (DRAFT, PUBLISHED, ARCHIVED)
