---
title: "GET /sequence/v1/series/{series_id}/entries"
method: GET
path: "/sequence/v1/series/{series_id}/entries"
---

# GET /sequence/v1/series/{series_id}/entries

`GET /sequence/v1/series/{series_id}/entries`

Fetch all the entries in a given series.

## Path parameters

- `series_id` string, required — UUID of the series to fetch entries for

## Response `200`

OK

- SequenceEntryCollection
  - `cursor` string — The cursor used to retrieve the next page of entries.
  - `limit` integer — The maximum number of entries returned in the list.
  - `list` SequenceEntry[], nullable — A list of entries.
    - `code` string — The complete code for the entry, including prefix and suffix.
    - `created_at` string — The date and time the entry was created.
    - `id` string — The UUID (any version) of the entry.
    - `meta` object — A set of key/value pairs that can be used to store additional information about the entry.
    - `previous_id` string — The UUID of the previous entry in the series.
    - `series_id` string — The UUID of the series the entry belongs to.
    - `sigs` string[] — Set of JSON Web Signatures validating the information contained in the entry.
    - `updated_at` string — The date and time the entry was last updated.

---

[API](https://skmtc.net/invopop/apis/access-service-api.md) · [All operations](https://skmtc.net/invopop/apis/access-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invopop/access-service-api/revisions/fc954f96ea62/schema)
