---
title: "Calls SPIRE server `spire-server entry show`"
method: GET
path: "/api/v1/spire/entries"
---

# Calls SPIRE server `spire-server entry show`

`GET /api/v1/spire/entries`

Displays configured registration entries

## Response `200`

OK

- object
  - `entries` Entry[]
    - `id` string
    - `spiffe_id` SpiffeId
      - `path` string
      - `trust_domain` string
    - `parent_id` SpiffeId
      - `path` string
      - `trust_domain` string
    - `selectors` Selector[]
      - `type` string
      - `value` string
    - `x509_svid_ttl` integer
    - `created_at` integer
    - `admin` boolean
    - `dns_names` string[]
    - `downstream` boolean
    - `expires_at` integer
    - `federates_with` string[]

## Other responses

- `default` — Unexpected error

## Changes

- **2024-09-09** `8c82d8b35751` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `entries` to the response with the `200` status
- **2024-08-27** `fdb43e4a9853` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `entries` from the response with the `200` status

[Change history](https://skmtc.dev/spiffe/apis/tornjak/changes/api/v1/spire/entries/get.md)

---

[API](https://skmtc.dev/spiffe/apis/tornjak.md) · [All operations](https://skmtc.dev/spiffe/apis/tornjak/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spiffe/tornjak/revisions/5d58d68f79cd/schema)
