Retrieve the latest validation result for a document, by either the Staple documentId or the CFDI uuid. Returns the same shape as the Validate Mexico E-Invoice endpoint, reconstructed from the most recent stored validation record.
GET /v2/einvoice/mexico/status/{idOrUuid}
steps.\* FieldsOnly the steps that ran in that validation are present.
Returns the most recent validation run — a document may be validated multiple times (the history is append-only).
Resolution: a value matching the UUID format is looked up by uuid; otherwise it is treated as a numeric documentId.
This is a read-only lookup — it does not trigger a new validation (use the Validate endpoint for that).
That’s all four Mexico endpoints documented (import → creation status → validate → validation status). Want me to paste the Get Document Creation Status endpoint too (the polling one), or provide the Postman example request/response pairs for these so you can fill the right-panel Examples quickly?