---
title: "Get the site descriptor of a public site"
method: GET
path: "/delivery/v1/sites/{siteId}"
tags: ["Delivery sites"]
---

# Get the site descriptor of a public site

`GET /delivery/v1/sites/{siteId}`

Returns the site descriptor of the site specified by *siteId*.
<br />User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous

## Path parameters

- `siteId` string, uuid, required

## Query parameters

- `fields` string

## Headers

- `If-None-Match` string

## Response `200`

Success

- object
  - `id` string — The ID of the site item.
  - `name` string — The site item name.
  - `routingMode` string — The routing mode. can be "path" or "anchor"
  - `classification` string — The classification defines the document type. For site items, all documents are classified as "site".
  - `lastModified` string — The last modified date of this site item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.
  - `lastModifierId` string — The id of the user which applied the last modification of this item.
  - `created` string — The created date of this site item in ISO 8601 with the format YYYY-MM-DDTHH:mm:ss.sssZ.
  - `creatorId` string — The id of the user that created this item.

## Other responses

- `304` — The "Not modified" message is returned when the If-None-Match header is used and the Etag value matches the most recent version of the content item.
- `400` — Bad request. This error status is returned if a parameter value is invalid.
- `404` — Not found
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `default` — Unexpected error An internal error has occurred. For example, a dependant service is not running.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
