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

---

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