crisphive
BookingsJob timeline (business surface — also serves tech via BusinessAuth)

Job timeline (business surface — also serves tech via BusinessAuth)

Per-status progress of a job's lifecycle (e.g. booked → confirmed → on the way → arrived → completed, following the business's configured workflow) — render it as a job-tracking timeline. Each status carries its state (completed | current | upcoming), when the job entered it, and the actions fired within it. entered_at may be null for upcoming steps and for older jobs predating the backfill.

Arguments

idstringpathrequired
Job request ID (UUID or short_code)
GET/v1/job-requests/{id}/timeline
curl -X GET "https://api.crisphive.com/v1/job-requests/9b2f6c3e-1a4d-4f0a-8f2e-7c5d1b3a9e01/timeline" \
  -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"

Responses