---
title: "Get information on endpoint in a section"
method: GET
path: "/info/{sectionId}"
tags: ["API Info"]
---

# Get information on endpoint in a section

`GET /info/{sectionId}`

Get all endpoints in the given section with their supported version.

## Path parameters

- `sectionId` string, required

## Response `200`

Endpoint information

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'apiSubInformations', required — The id of the action
  - `data` object, required
    - `documentation` string, required — Link to Rudder API description
    - `availableVersions` ApiVersions[], required
      - `latest` integer — Latest API version available
      - `all` ApiVersion[] — List of API version and status
        - `latest` integer — Latest API version available
        - `all` object[] — List of API version and status
          - `version` integer, required — API Version
          - `status` 'maintained' | 'deprecated', string, required — Status of the API, either maintained or deprecated
    - `endpoints` ApiEndpoints[], required
      - object[]

---

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