---
title: "List interviewer summaries"
method: GET
path: "/api/v2/postings/list"
tags: ["Interviewers"]
---

# List interviewer summaries

`GET /api/v2/postings/list`

Retrieve a lightweight paginated list of interviewers (id, title, name only) for the authenticated workspace.

## Query parameters

- `limit` integer
- `starting_after` string, nullable
- `search` string, nullable — Case-insensitive substring filter on the posting title.

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ListResponsePostingSummary
  - `data` PostingSummary[], required
    - `object` 'posting_summary' — Object type identifier.
    - `id` string, required — Unique posting identifier.
    - `title` string, required — Job title displayed to candidates.
    - `name` string, nullable — URL-friendly slug for the posting.
  - `pagination` PaginationMeta, required
    - `has_more` boolean, required — Whether more results exist beyond this page
    - `total_count` integer, nullable — Total number of results (if available)
    - `url` string, nullable — URL of this resource

## Other responses

- `401` — Invalid or missing API key.
- `404` — Resource not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/heymilo/apis/heymilo-public-api.md) · [All operations](https://skmtc.net/heymilo/apis/heymilo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heymilo/heymilo-public-api/revisions/5e07b657706b/schema)
