ExtractionStarted
This object is used to record a new extraction run for a particular type of information. It pairs with the ExtractionFinished object to mark an extraction as finished
extractionIdstring<uuid>
The unique identifier for this extraction run
referenceIdstring
A possible reference id, often times an account external id
startedAtstring<date-time>
The time when the extraction was started
typeExtractionTypeEnum (string)
Possible values: [BANK_ACCOUNT, BANK_BALANCE, BANK_TRANSACTION, USER_INFO]
ExtractionStarted
{
"extractionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"referenceId": "string",
"startedAt": "2024-07-29T15:51:28.071Z",
"type": "BANK_ACCOUNT"
}