Hanzo AI

Get filings

Reads one IRS return export WITH its files, rebuilt from the sealed forms and proven identical to what was exported.

GET /v1/tax/filings/{id}

Addresshttps://api.hanzo.ai/v1/tax/filings/{id}
MethodGET
Operationget_tax_filings_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Reads one IRS return export WITH its files, rebuilt from the sealed forms and proven identical to what was exported. The files carry full TINs: org admins of the payer only — a SuperAdmin is refused — and every read is on the audit trail.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the filing id, "iris_"-prefixed.

Response

StatusBodyMeaning
200tax.Filingok
defaultproblem-detailsrefused

200 body — 19 fields.

FieldInTypeAlwaysDescription
createdAtbodyinteger (int64)—CreatedAt is when it was exported, unix seconds.
duebodystring—Due is when the return is due to the IRS.
formsbodystring[]—Forms are the form ids the filing carries.
idbodystring—ID is the filing's id, "iris_"-prefixed.
kindbodystring—Kind is 1099-NEC or 1099-MISC — one per filing, as IRIS takes them.
layoutbodystring—Layout says what the files are.
missingTinbodystring[]—MissingTIN are forms filed with no recipient TIN.
partsbodytax.Part[]—Parts are its files.
parts[].csvbodystring—CSV is the file itself.
parts[].digestbodystring—Digest is the SHA-256 of its bytes, hex, so a re-read proves it is the same file.
parts[].namebodystring—Name is the file name, e.g. "1099-NEC-2026-original-1.csv".
parts[].recordsbodyinteger (int64)—Records is how many forms it holds, at most 250.
parts[].typebodystring—Type is original or correction: the portal takes them apart.
receiptIdbodystring—ReceiptID is the Receipt ID IRIS returned, once the payer recorded one.
statusbodystring—Status is exported, submitted, accepted, accepted_with_errors or rejected.
stepsbodystring[]—Steps are what remains for the payer to do, in order.
tccbodystring—TCC is the payer's IRIS Transmitter Control Code, once it recorded a submission.
updatedAtbodyinteger (int64)—UpdatedAt is when its status last moved, unix seconds.
yearbodyinteger (int64)—Year is the tax year.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Tax API · All Hanzo APIs · Interactive reference

How is this guide?

On this page