---
title: "Gets the list of Entrypoints for the resource"
method: GET
path: "/api/v1/experiments/{id}/entrypoints"
tags: ["Experiments"]
---

# Gets the list of Entrypoints for the resource

`GET /api/v1/experiments/{id}/entrypoints`

## Path parameters

- `id` integer, required

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- EntrypointRef[]
  - `id` integer — ID for the Entrypoint resource.
  - `group` GroupRef
    - `id` integer — ID for the Group resource.
    - `name` string — Name of the Group resource.
    - `url` string — URL for accessing the full Group resource.
  - `url` string — URL for accessing the full Entrypoint resource.
  - `name` string — Name of the Entrypoint resource.

---

[API](https://skmtc.net/usnistgov/apis/dioptra-rest-api.md) · [All operations](https://skmtc.net/usnistgov/apis/dioptra-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usnistgov/dioptra-rest-api/versions/a73101579c5c/schema)
