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

# Get Sample Projects

`GET /api/zapier/samples/projects`

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

## Response `200`

List of sample projects

- Project[]
  - `id` string — Obfuscated project ID
  - `project_id` string — Human-readable project identifier
  - `name` string — Project name
  - `location_full_address` string, nullable — Full property address
  - `location_city` string, nullable — Property city
  - `location_state` string, nullable — Property state
  - `link` string, uri — Direct link to view the project in TitleTrackr

## 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)
