Get extraction data of an Order in JSON format

Export the extraction data of the Order.

Provide an empty JSON body ({}) to export the raw extracted data with the default template.

Set templateId to a CSA data template ID to export the data shaped by that template. The template must be linked to the fund, and every one of its fields must come from the fund's configured CSA profile (a template with no fields is rejected); otherwise the request returns 400 with a message naming the problem.

extractionData is null when the Order's subscription document has no completed extraction yet — either no extraction request exists or it is still in progress. This is not an error: the response still succeeds and carries supportingDocData, so poll the Order's extraction status and retry once extraction completes.

The response also includes supportingDocData: the extracted data of the Order's supporting documents (AML/KYC and other configured doc types), one entry per extraction request whose extraction has completed — pending review or reviewed. This is the same rule extractionData follows for the subscription document: data is available once extraction completes, whether or not it has been reviewed yet. Without a templateId, each entry is RAW (the doc type's extraction template shape). With a CSA data template ID, each entry is transformed into the fund's CSA profile and shaped by the template (dataFormat = SA_PROFILE); an entry falls back to RAW when the transform cannot be resolved or run for its document type — e.g. no linked extraction workspace, no active table-mapping version, no mapping to the configured CSA profile, a referenced extraction record that no longer exists, or a transient transform-infrastructure failure that persists after retries.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Anduin ID of the Order object, or your custom ID

Body Params
string

Optional CSA data template ID. When set to a template linked to the fund whose every field comes from the fund's configured CSA profile (a template with no fields is rejected), the response is shaped by that template; otherwise the request returns 400. Omit it (empty body {}) to export the raw data with the default template.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json