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

# List Agreement Terms Data

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

Retrieve all term data associated with a specific agreement in Analyze.

## Path parameters

- `id` string, required

## Query parameters

- `name` string
- `sort_by` string
- `cursor` string
- `page_size` string

## Response `200`

successful without params

- object
  - `page_size` integer, required — The number of results displayed
  - `count` integer, required — Total number of results found
  - `next_cursor` string, uuid, nullable, required — The string that must be passed to the cursor parameter to get the next page of results
  - `terms` object[], required
    - `id` string — UUID of the term
    - `name` string — The name of the term
    - `value` string, nullable — The value of the term
    - `kind` string — The kind of the term
    - `status` string — The status of the term

## Other responses

- `403` — inactive user
- `422` — cursor is invalid

---

[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/versions/4d597e83cd78/schema)
