After performing a Business Insights (BI) Financial Account Activity Search, use this API to query the search status and retrieve a download URL for the search results.
GET /v1/search/ledger/{queryId}
Authorization: Bearer <access_token>
queryId REQUIRED
string (UUID)
ID returned by the BI Search Financial Account Activity API.
None
Returns the search status. If the search status is FINISHED, also returns a download URL and filename for the search results.
status
string enum, values: SUBMITTED, PICKED, STARTED, FINISHED, ABORTED, FAILED, ALL
Transaction search status.
downloadUrl
string
Link to download the search results.
fileName
string
Search results filename.
SAMPLE RESPONSE
{
"status": "SUBMITTED",
"downloadUrl": "https://rktbi-dev-datastore.s3.amazonaws.com/...",
"fileName": "results.csv"
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.