---
title: "GET /entries/toCategorize"
method: GET
path: "/entries/toCategorize"
tags: ["entries"]
---

# GET /entries/toCategorize

`GET /entries/toCategorize`

Get published entries that are new and uncategorized, or that have changed since last categorization and were last categorized at least intervalSeconds seconds ago.

## Query parameters

- `intervalSeconds` integer, required
- `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

---

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