---
title: "Lists all the endpoints"
method: GET
path: "/"
tags: ["routes"]
---

# Lists all the endpoints

`GET /`

List of the endpoints.

## Response `200`

Returns the links to the top level endpoints.

- Routes
  - `me` string, url — Location of the me endpoint.
  - `layouts` string, url — Location of the layouts endpoint
  - `sources` string, url — Location of the sources endpoint
  - `mappings` string, url — Location of the application mappings endpoint
  - `dashboards` string, url — location of the dashboards endpoint
  - `external` object — external links provided to client, ex. status feed URL
    - `statusFeed` string, url — link to a JSON Feed for the News Feed on client's Status Page
    - `custom` object[] — a collection of custom links set by the user to be rendered in the client User menu
      - `name` string
      - `url` string, url

## Other responses

- `default` — Unexpected internal server error

---

[API](https://skmtc.net/influxdata/apis/chronograf.md) · [All operations](https://skmtc.net/influxdata/apis/chronograf/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/chronograf/revisions/ce55d963b4ac/schema)
