---
title: "Get Agreement Term Data"
method: GET
path: "/analyze/v1/agreements/{id}/terms/{term_id}"
tags: ["Analyze Agreements"]
---

# Get Agreement Term Data

`GET /analyze/v1/agreements/{id}/terms/{term_id}`

Retrieve specific term data associated with an agreement in Analyze.

## Path parameters

- `id` string, required
- `term_id` string, required

## Response `200`

successful

- object
  - `id` string, required
  - `name` string, required
  - `value` union
    - string
    - integer
  - `kind` string, required
  - `status` string, required

## Other responses

- `404` — term not found

---

[API](https://skmtc.net/linksquares/apis/linksquares-api.md) · [All operations](https://skmtc.net/linksquares/apis/linksquares-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linksquares/linksquares-api/revisions/4d597e83cd78/schema)
