---
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

---

[API](https://skmtc.net/slite/apis/public-slite-api.md) · [All operations](https://skmtc.net/slite/apis/public-slite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slite/public-slite-api/versions/7cee1a5a5128/schema)
