Processing
Retreive a list of melds that are currently syncing.
List of Melds that are currently processing
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
[
{
"id": 629,
"meld_id": 1,
"status": "pending",
"created_at": "2022-09-28T22:08:13.694Z",
"updated_at": "2022-09-28T22:08:13.694Z",
"errors": null,
"webhook": false,
"meld": {
"id": 1,
"name": "Test ST L -> L"
}
}
]Last updated