---
title: "List custom content"
method: GET
path: "/ask/index"
deprecated: true
---

# List custom content

`GET /ask/index`

> **Deprecated.**

List custom content ids from AskX usage.

## Query parameters

- `rootId` string, required
- `page` integer
- `hitsPerPage` integer

## Response `200`

Ok

- ListResult
  - `hits` Source[], required
    - `explanation` string — For super, gives explanation about the source
    - `updatedAt` union, required — Date of the last update of the note
      - string, date-time
      - string
    - `url` string, required — Url of the note
    - `title` string, required — Title of the note
    - `id` string, required — Id of the note
  - `nbPages` number, double, required — Total number of pages for the current query
  - `page` number, double, required — Current page number of the search pagination

## Other responses

- `401` — Invalid authentication
- `402` — This feature is disabled for your organization. Please contact support.
- `404` — Data source not found
- `422` — Input validation error
- `429` — Rate limitation error
- `default` — Unexpected error

## Changes

- **2026-07-26** `bf91106381fd` — 1 info
  - the security scope `read` was added to the endpoint's security scheme `bearer`

[Change history](https://skmtc.dev/slite/apis/public-slite-api/changes/ask/index/get.md)

---

[API](https://skmtc.dev/slite/apis/public-slite-api.md) · [All operations](https://skmtc.dev/slite/apis/public-slite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slite/public-slite-api/revisions/9a534f303bbb/schema)
