How Extractions Work
- Create or retrieve the entity you want to extract data for.
- Start the extraction with the selected datasource and options.
- Store the returned extraction ID.
- Retrieve the extraction until its
statusisfinishedorfailed. - Read the extracted data from the related resource endpoints, such as invoices or tax returns.
pending or running for the same entity, extractor, and options, Syntage returns 409 Conflict instead of starting the same work again. The response includes conflictingExtractors, the list of extractors whose equivalent extraction is already in progress. Retrieve or wait for those extractions to finish, or remove the listed extractors from the request before retrying.
For implementation details, see Extraction request examples or Create an extraction.