The response returns current information on the collection. The stats property will detail how many uploads are in the collection, rows inserted, and what size the sum of the data is.
If there are any issues with the row parameters, the response will contain a number of warnings along with an array of messages detailing the warnings.
{
"status": "success",
"data": {
"collection": "My Collection",
"upload": "Upload 1",
"warnings": 1,
"messages": [
{
"parameter": "rows",
"index": 2,
"error": "Row did not have a valid data paramater."
}
],
"stats": {
"uploads": 1,
"size": 694,
"inserts": 2
}
},
"hash": "66837665b6128ea5c6c230d0469836fb",
"response_time": 0.5959510803222656
}