Hanzo
OpenapiCrm

Returns the org's Startup Program applications, newest first.

Returns the org's Startup Program applications, newest first.

GET /v1/crm/applications

Addresshttps://api.hanzo.ai/v1/crm/applications
MethodGET
Operationget_crm_applications
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the org's Startup Program applications, newest first. Each carries its AI screen and its stage history; a stage narrows the page to one pipeline stage.

Request

2 fields.

FieldInTypeRequiredDescription
stagequerystringStage returns only the applications at that pipeline stage when set: applied, screened, qualified, credits-offered, onboarded or rejected.
limitqueryintegerLimit caps the rows returned: 200 by default, 1000 at most.

Response

StatusBodyMeaning
200applicationListok

200 body — 32 fields.

FieldInTypeAlwaysDescription
databodyProgramApplication[]Data is the page of applications, newest first.
data[].companybodystringCompany is the applicant's company name.
data[].companyIdbodystringCompanyID is the CRM Company minted for this lead at intake, so the startup also appears in the org's standard CRM tabs.
data[].contactIdbodystringContactID is the CRM Contact minted for this lead at intake.
data[].contactNamebodystringContactName is the person who applied.
data[].createdAtbodyintegerCreatedAt is the unix second the application arrived.
data[].emailbodystringEmail is the applicant's email — half of the (email, company) key a resubmission refreshes instead of duplicating.
data[].eventsbodyStageEvent[]Events is the append-only stage-transition log, oldest first.
data[].events[].atbodyintegerAt is the unix second of the move.
data[].events[].bybodystringBy is who moved it: "system" for intake and the AI auto-advance, else the validated staff user id.
data[].events[].frombodystringFrom is the stage moved out of; empty on the intake event that opens the log.
data[].events[].notebodystringNote is the free-text comment recorded with the move.
data[].events[].tobodystringTo is the stage moved into.
data[].idbodystringID is the server-minted application id ("appl_" + 128 random bits).
data[].metadatabodyobjectMetadata is the FULL submitted form, every field, including the arrays the promoted columns above do not carry (tier1Investors, useCases) and the deterministic…
data[].metadata.*bodyobject
data[].reasonbodystringReason is why the application was rejected, required to reject.
data[].rolebodystringRole is the applicant's role at their company.
data[].screenbodyScreenResult
data[].screen.draftReplybodystringDraftReply is a suggested email reply for staff to edit and send.
data[].screen.errorbodystringError says why a failed screen failed — no AI gateway configured, a gateway error, or a reply that carried no parseable JSON.
data[].screen.modelbodystringModel is the LLM the screen ran on.
data[].screen.scorebodyintegerScore is the model's 0..100 fit score, clamped to that range.
data[].screen.screenedAtbodyintegerScreenedAt is the unix second the screen finished (0 while pending).
data[].screen.statusbodystringStatus is the screen's state: pending | done | failed.
data[].screen.suggestedCreditsbodyintegerSuggestedCredits is the recommended credit grant in USD, snapped to the nearest allowed rung: 0 | 5000 | 25000 | 50000 | 150000.
data[].screen.summarybodystringSummary is the model's short assessment of the application.
data[].screen.tier1BackedbodystringTier1Backed is the model's read on tier-1 backing, normalized to "yes", "no" or "unclear" (anything it cannot resolve reads "unclear").
data[].stagebodystringStage is the pipeline stage: applied, screened, qualified, credits-offered, onboarded or rejected.
data[].tier1bodybooleanTier1 is whether the applicant is tier-1 backed, derived deterministically at intake from the submitted fund list — independent of the AI screen.
data[].updatedAtbodyintegerUpdatedAt is the unix second of the last write.
data[].websitebodystringWebsite is the applicant's website as submitted.

Failure carries the platform error shape — see Errors.

Examples

hanzo crm applications list

CRM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page