---
title: "Read a ToS by its ID (public)"
method: GET
path: "/v1/tos/{tos_id}"
tags: ["tos"]
---

# Read a ToS by its ID (public)

`GET /v1/tos/{tos_id}`

Fetch a specific ToS entry by its primary key.

## Path parameters

- `tos_id` integer, required

## Response `200`

Successful Response

- ToSOut — Output schema for to s.
  - `id` integer, required
  - `name` string, required
  - `effective_date` string, date-time, required — Timezone-naive datetime. Do not include 'Z' or timezone offset.
  - `link` string, required
  - `version` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
