---
title: "Get Public Won Timeline"
method: GET
path: "/field-view/public/won/{short_code}/timeline"
tags: ["field-view"]
---

# Get Public Won Timeline

`GET /field-view/public/won/{short_code}/timeline`

Public read-only field-view timeline for won ServiceTitan handoff links.

## Path parameters

- `short_code` string, required

## Response `200`

Successful Response

- FieldViewTimelineResponse
  - `conversation_id` string, required
  - `customer_name` string, required
  - `customer_phone` string, required
  - `available_phones` FieldViewAvailablePhone[]
    - `phone` string, required
    - `label` string, required
    - `is_primary` boolean, required
  - `conversation_status` string, nullable
  - `items` FieldViewTimelineItem[], required
    - `type` string, required
    - `id` string, required
    - `direction` string, nullable
    - `body` string, nullable
    - `media_urls` FieldViewMediaItem[], nullable
      - `url` string, nullable
      - `content_type` string, nullable
      - `size` integer, nullable
    - `created_at` string, required
    - `sender_name` string, nullable
    - `user_id` string, nullable
    - `from_number` string, nullable
    - `call_status` string, nullable
    - `call_duration_seconds` integer, nullable
    - `event_type` string, nullable
    - `metadata` object, nullable
  - `summary` string, nullable
  - `call_to_action` string, nullable
  - `intent_priority` string, nullable
  - `technician_name` string, nullable
  - `estimate_low` number, nullable
  - `estimate_high` number, nullable
  - `job_type` string, nullable
  - `address` string, nullable
  - `read_only` boolean

## Other responses

- `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-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
