Version: 202506
Get collection count
GET/openapi/2025-06/collections/count
Retrieve the total number of collections that match specific criteria.
Request
Query Parameters
updated_at_min string
ISO 8601 timestamp. Only include collections updated after this time
updated_at_max string
ISO 8601 timestamp. Only include collections updated before this time
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
Countint32
Total number of collections matching the filters
{
"code": "string",
"message": "string",
"data": {
"Count": 0
}
}