---
title: "Get Agreement Terms"
method: GET
path: "/agreements/{agreement_slug}"
tags: ["agreements"]
---

# Get Agreement Terms

`GET /agreements/{agreement_slug}`

## Path parameters

- `agreement_slug` string, required

## Query parameters

- `version` string, nullable

## Response `200`

Successful Response

- AgreementTermsResponse
  - `agreement_terms` AgreementTerms, required
    - `agreement_id` string, uuid, required
    - `agreement_slug` string, required
    - `documents` AppRoutersModelsAgreementsAgreementDocument[], required
      - `agreement_document_id` string, uuid, required
      - `full_text` string, required
      - `signatures` AgreementDocumentSignature[], nullable
        - `agreement_document_signature_id` string, uuid, required
        - `signed_at` string, date-time, required
    - `sign_completed` boolean, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
