---
title: "List User Agreement Signatures"
method: GET
path: "/agreements/admin/signatures"
tags: ["agreements"]
---

# List User Agreement Signatures

`GET /agreements/admin/signatures`

List users with their CLA signature status.

## Query parameters

- `signed` boolean, nullable

## Response `200`

Successful Response

- UserAgreementSignature[]
  - `user_id` string, required
  - `user_full_name` string, required
  - `user_email` string, required
  - `agreement_slug` string, required
  - `signed_at` string, date-time, nullable, required
  - `upcoming_call` string, date-time, nullable, 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/a8ae8846c411/schema)
