---
title: "source.list"
method: POST
path: "/source.list"
tags: ["Source"]
---

# source.list

`POST /source.list`

List all sources

**Requires the [`hiringProcessMetadataRead`](authentication#permissions-sourcelist) permission.**

## Request body

- SourceListRequest
  - `includeArchived` boolean, nullable — Whether archived sources should be included in the response

## Response `200`

Responses from the source.list endpoint

- union
  - SourceListSuccessResponse
    - `success` true, required
    - `results` Source[], required
      - `id` string, uuid, required — The source's unique identifier
      - `title` string, required — The title of the source
      - `isArchived` boolean, required — Whether the source has been archived
      - `sourceType` SourceType, required
        - `id` string, uuid, required — The source type's unique identifier
        - `title` string, required — The title of the source type
        - `isArchived` boolean, required — Whether the source type has been archived
    - `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)
