---
title: "Get entry versions that have new execution metrics to aggregate."
method: GET
path: "/api/ga4gh/v2/extended/entryVersionsToAggregate"
tags: ["extendedGA4GH"]
---

# Get entry versions that have new execution metrics to aggregate.

`GET /api/ga4gh/v2/extended/entryVersionsToAggregate`

This endpoint gets entry versions that have new execution metrics to aggregate.

## Response `200`

Entry versions to aggregate retrieved successfully.

- 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

## Other responses

- `401` — Credentials not provided or incorrect.

---

[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)
