---
title: "List Recent Servicetitan Job Contacts"
method: GET
path: "/contacts/recent-servicetitan-jobs"
tags: ["contacts"]
---

# List Recent Servicetitan Job Contacts

`GET /contacts/recent-servicetitan-jobs`

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ContactListResponse
  - `contacts` ContactListItemResponse[], required
    - `contact_id` string, required
    - `source_type` string, required
    - `source_id` string, required
    - `customer_name` string, nullable
    - `primary_phone` string, required
    - `alternate_phones` ContactPhoneResponse[]
      - `phone` string, required
      - `label` string, required
      - `is_primary` boolean, required
    - `address` string, nullable
    - `latest_activity_at` string, date-time, nullable
    - `latest_preview` string, nullable
    - `conversation_id` string, nullable
    - `followup_id` string, nullable
    - `requires_action` boolean
    - `is_archived` boolean
    - `pending_sync` boolean
    - `email` string, nullable
    - `company_name` string, nullable
    - `open_estimate_total` number, nullable
    - `open_estimate_count` integer, nullable
  - `total_count` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/6e257c69d1d1?raw)
