---
title: "jobBoard.list"
method: POST
path: "/jobBoard.list"
tags: ["Job Board"]
---

# jobBoard.list

`POST /jobBoard.list`

List all enabled job boards.

**Requires the [`jobsRead`](authentication#permissions-jobboardlist) permission.**

## Request body

- JobBoardListRequest

## Response `200`

Responses from the jobBoard.list endpoint

- union
  - JobBoardListSuccessResponse
    - `success` true, required
    - `results` JobBoard[], required
      - `id` string, uuid, required — The job board's unique identifier
      - `title` string, required — The title of the job board
      - `isInternal` boolean, required — Whether the job board is an internal board.
    - `nextCursor` string — Cursor for the next page of results, if available
    - `moreDataAvailable` boolean — Whether more data is available beyond this page
    - `syncToken` string — Sync token to use for future incremental syncs. Only present on the last page.
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
