---
title: "Get Sample Abstracts"
method: GET
path: "/api/zapier/samples/abstracts"
tags: ["Samples"]
---

# Get Sample Abstracts

`GET /api/zapier/samples/abstracts`

Returns the 3 most recent title abstracts for the tenant.
Used by Zapier for trigger testing and sample data.

## Response `200`

List of sample abstracts

- Abstract[]
  - `id` string — Obfuscated abstract ID
  - `name` string — Abstract name/title
  - `address` string — Property street address
  - `city` string — Property city
  - `state` string — Property state (2-letter code)
  - `county` string — Property county
  - `tax_map` string, nullable — Tax map/parcel number
  - `pages` integer, nullable — Number of pages in the abstract
  - `words` integer, nullable — Word count of the abstract
  - `project_id` string, nullable — Obfuscated ID of the associated project
  - `link` string, uri — Direct link to view the abstract in TitleTrackr
  - `project_link` string, uri, nullable — Direct link to view the associated project

## Other responses

- `401` — Unauthorized

---

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