Logo
⌘K

Get Upload Counts

Get the number of uploads for each status type.
Parameters

No parameters

Returns

The number of uploads for each status type (Deleted, Fail, Pending and Success).

GET

/uploads/get-counts-by-status

curl -G 'https://www.artelo.io/api/open/uploads/get-counts-by-status' \
  -H 'Authorization: Bearer your-token'
Response
{
  "Deleted": 0,
  "Fail": 0,
  "Pending": 2,
  "Success": 10
}