get__stats_daily
Code Samples
# You can also use wget
curl -X GET https://backend.flashback.tech/stats/daily \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
GET /stats/daily
Get Daily Statistics
Get daily statistics for storage operations
Parameters
Name
In
Type
Required
Description
startDate
query
string(date)
false
Start date (ISO format)
endDate
query
string(date)
false
End date (ISO format)
repoId
query
string
false
Repository ID filter
bucketId
query
string
false
Bucket ID filter
Example responses
200 Response
{
"success": true,
"data": [
{}
]
}
Responses
Status
Meaning
Description
Schema
Response Schema
Status Code 200
Name
Type
Required
Restrictions
Description
» success
boolean
false
none
none
» data
[object]
false
none
none
Last updated
Was this helpful?