---
title: "Gets an Entrypoint resource by its unique ID"
method: GET
path: "/api/v1/entrypoints/{id}"
tags: ["Entrypoints"]
---

# Gets an Entrypoint resource by its unique ID

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

## Path parameters

- `id` integer, required

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- EntrypointDump
  - `id` integer — ID for the Entrypoint resource.
  - `snapshot` integer — ID for the underlying Entrypoint snapshot.
  - `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.
  - `user` UserRefDump
    - `id` integer — ID for the User resource.
    - `username` string — Username of the User resource.
    - `url` string — URL for accessing the full User resource.
  - `createdOn` string, date-time — Timestamp when the Entrypoint resource was created.
  - `snapshotCreatedOn` string, date-time — Timestamp when the Entrypoint resource snapshot was created.
  - `lastModifiedOn` string, date-time — Timestamp when the Entrypoint resource was last modified.
  - `latestSnapshot` boolean — Whether or not the Entrypoint resource is the latest version.
  - `hasDraft` boolean — Whether a draft exists for the Entrypoint resource.
  - `tags` TagRefDump[]
    - `id` integer — ID for the Tag.
    - `name` string — Name of the Tag.
    - `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 Tag.
  - `name` string, required — Name of the Entrypoint resource.
  - `description` string — Description of the Entrypoint resource.
  - `taskGraph` string, required — Task graph of the Entrypoint resource.
  - `artifactGraph` string — Artifact graph of the Entrypoint resource.
  - `parameters` EntrypointParameter[]
    - `name` string, required — Name of the Entrypoint parameter resource.
    - `defaultValue` string — Default value of the Entrypoint parameter.
    - `parameterType` string, required — Data type of the Entrypoint parameter.
  - `artifactParameters` EntrypointArtifact[]
    - `name` string, required — Name of the Entrypoint artifact resource.
    - `outputParams` ArtifactOutputParameterLoad[]
      - `name` string, required — Name of the PluginTaskParameter.
      - `parameterType` integer, required — The ID of the assigned PluginParameterType resource
  - `plugins` EntrypointPlugin[]
    - `id` integer — ID for the Plugin resource.
    - `name` string — Name of the Plugin resource.
    - `snapshotId` integer — Snapshot ID for the Plugin resource.
    - `latestSnapshot` boolean — Whether or not the Plugin is the latest version.
    - `url` string — URL for accessing the full Plugin snapshot.
    - `files` EntrypointPluginFile[]
      - `id` integer — ID for the PluginFile resource.
      - `filename` string — Filename of the PluginFile resource.
      - `snapshotId` integer — Snapshot ID for the PluginFile resource.
      - `url` string — URL for accessing the full PluginFile snapshot.
      - `tasks` PluginTaskContainer
        - `functions` FunctionTaskDump[]
          - `id` integer — Id of the PluginTask.
          - `name` string, required — Name of the PluginTask.
          - `inputParams` PluginTaskInputParameterDump[]
            - `name` string, required — Name of the PluginTaskParameter.
            - `parameterType` PluginParameterTypeRef
              - …
            - `required` boolean — Sets whether the input parameter is required (True) or optional (False). If True, then this parameter must be assigned a value in order to execute the PluginTask.
          - `outputParams` PluginTaskOutputParameterDump[]
            - `name` string, required — Name of the PluginTaskParameter.
            - `parameterType` PluginParameterTypeRef
              - …
        - `artifacts` ArtifactTaskDump[]
          - `id` integer — Id of the PluginTask.
          - `name` string, required — Name of the PluginTask.
          - `outputParams` PluginTaskOutputParameterDump[]
            - `name` string, required — Name of the PluginTaskParameter.
            - `parameterType` PluginParameterTypeRef
              - …
  - `artifactPlugins` EntrypointPlugin[]
    - `id` integer — ID for the Plugin resource.
    - `name` string — Name of the Plugin resource.
    - `snapshotId` integer — Snapshot ID for the Plugin resource.
    - `latestSnapshot` boolean — Whether or not the Plugin is the latest version.
    - `url` string — URL for accessing the full Plugin snapshot.
    - `files` EntrypointPluginFile[]
      - `id` integer — ID for the PluginFile resource.
      - `filename` string — Filename of the PluginFile resource.
      - `snapshotId` integer — Snapshot ID for the PluginFile resource.
      - `url` string — URL for accessing the full PluginFile snapshot.
      - `tasks` PluginTaskContainer
        - `functions` FunctionTaskDump[]
          - `id` integer — Id of the PluginTask.
          - `name` string, required — Name of the PluginTask.
          - `inputParams` PluginTaskInputParameterDump[]
            - `name` string, required — Name of the PluginTaskParameter.
            - `parameterType` PluginParameterTypeRef
              - …
            - `required` boolean — Sets whether the input parameter is required (True) or optional (False). If True, then this parameter must be assigned a value in order to execute the PluginTask.
          - `outputParams` PluginTaskOutputParameterDump[]
            - `name` string, required — Name of the PluginTaskParameter.
            - `parameterType` PluginParameterTypeRef
              - …
        - `artifacts` ArtifactTaskDump[]
          - `id` integer — Id of the PluginTask.
          - `name` string, required — Name of the PluginTask.
          - `outputParams` PluginTaskOutputParameterDump[]
            - `name` string, required — Name of the PluginTaskParameter.
            - `parameterType` PluginParameterTypeRef
              - …
  - `queues` QueueRef[]
    - `id` integer — ID for the Queue 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 Queue resource.
    - `name` string — Name of the Queue 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)
