OrbitPeople.aidocs

Reading results

Result fields, verdicts, starred contacts, and the project status lifecycle.

Result fields

FieldTypeNotes
fullNamestring | null
firstNamestring | null
lastNamestring | null
titlestring | nullCurrent job title
companystring | nullCurrent employer
locationstring | nullCity / country
linkedinUrlstring | null
primaryEmailstring | nullWhen one was found
primaryPhonestring | nullWhen one was found
surfacedBystringWhich of Orbit's searches found this person; several are joined with ·
starredbooleanStarred by someone in your workspace in the Orbit app
fieldsobjectExtra details found for this person, keyed by a readable label
verdictsobjectOne entry per criterion from your brief: "yes" or "no". A criterion not yet checked, or that couldn't be decided, is absent

Verdicts

Orbit turns your brief into criteria — "payments experience", "based in Berlin" — and checks each person against them. verdicts carries the answer per criterion:

{ "Payments experience": "yes", "Based in Berlin": "yes" }

A person who matches every criterion is your short list. A criterion missing from verdicts hasn't been checked yet, or couldn't be decided from what Orbit found — once the search is done, treat it as unknown.

Project status lifecycle

statusdoneMeaning
runningfalseSearch in progress
donetrueFinished — including with nobody found — or the target count in your brief was reached
awaiting_inputfalseOrbit couldn't act on the brief as written — see clarificationQuestion, then submit a new brief

If something went wrong, error carries a short explanation; otherwise it is null.

Counts

{
  "totalResults": 42,
  "verifiedResults": 35,
  "requestedTarget": 30,
  "starredResults": 0
}

totalResults is everyone found so far; verifiedResults is how many matched your criteria. requestedTarget is the count from your brief if you included one ("find 30 …") — the search is done once verifiedResults reaches it.

Pagination

Page with limit (1–200, default 100) and offset (default 0) until you have total rows. Wait for done before paging if you need a stable set — a running search is still adding people.

On this page