Reference
Lookups
Reference data — the IDs the gateway will accept on job and site operations.
All lookups respond with { "items": [...] }. Results are scoped to what your key can see and returned in full — there is no cursor or pagination in v1. customers and projects return one item per ID in your scope; sites, job-types, and job-statuses return the complete list. All lookup endpoints require at least the jobs:read scope.
Each lookup hits FieldInsight fresh — there is no server-side cache. These IDs change rarely (only on operator action in FieldInsight). Cache the results in your application — refresh on a daily schedule, or on demand if a lookup fails. See Rate limits for why this matters.