curl --request GET \
--url https://app.sure.am/api/v1/imports/{id} \
--header 'Authorization: <authorization>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "TransactionImport",
"status": "pending",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"error": "<string>",
"configuration": {
"date_col_label": "<string>",
"amount_col_label": "<string>",
"name_col_label": "<string>",
"category_col_label": "<string>",
"tags_col_label": "<string>",
"notes_col_label": "<string>",
"account_col_label": "<string>",
"date_format": "<string>",
"number_format": "<string>",
"signage_convention": "<string>"
},
"stats": {
"rows_count": 1,
"valid_rows_count": 1
}
}
}Retrieve detailed information about a specific import, including configuration and row statistics.
curl --request GET \
--url https://app.sure.am/api/v1/imports/{id} \
--header 'Authorization: <authorization>'{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "TransactionImport",
"status": "pending",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"error": "<string>",
"configuration": {
"date_col_label": "<string>",
"amount_col_label": "<string>",
"name_col_label": "<string>",
"category_col_label": "<string>",
"tags_col_label": "<string>",
"notes_col_label": "<string>",
"account_col_label": "<string>",
"date_format": "<string>",
"number_format": "<string>",
"signage_convention": "<string>"
},
"stats": {
"rows_count": 1,
"valid_rows_count": 1
}
}
}