---
title: "GET /api/ga4gh/v2/extended/entries"
method: GET
path: "/api/ga4gh/v2/extended/entries"
tags: ["extendedGA4GH"]
---

# GET /api/ga4gh/v2/extended/entries

`GET /api/ga4gh/v2/extended/entries`

Retrieve an abbreviated description and the default version name of each published entry.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successfully retrieved entries

- EntryLiteAndVersionName[]
  - `entryLite` EntryLite
    - `entryPath` string
    - `entryType` 'TOOL' | 'WORKFLOW' | 'SERVICE' | 'APPTOOL' | 'NOTEBOOK' — Entry type
    - `entryTypeMetadata` EntryTypeMetadata — Information about an entry type
      - `searchEntryType` string — Search 'entryType' parameter value for this entry type
      - `searchSupported` boolean — Search support for this entry type
      - `sitePath` string — Relative path from the root of the site to the 'pages' where entries of this type are displayed
      - `term` string — Singular term used to refer to an instance of this entry type
      - `termPlural` string — Plural term used to refer to instances of this entry type
      - `trsPrefix` string — TRS ID prefix for this entry type
      - `trsSupported` boolean — TRS support for this entry type
      - `type` 'TOOL' | 'WORKFLOW' | 'SERVICE' | 'APPTOOL' | 'NOTEBOOK' — Entry type
    - `lastUpdated` string, date-time
    - `prettyPath` string
    - `trsId` string
  - `versionName` string

## Changes

- **2026-05-15** `207cadcea40a` — 1 info
  - endpoint added
- **2025-05-05** `7a89c3c933f1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dockstore/apis/dockstore-api/changes/api/ga4gh/v2/extended/entries/get.md)

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
