Count content objects and list available stages
GET
/api/v1/content/count
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” domain
required
Domain
Content domain: storage
string
Content domain: storage
Responses
Section titled “ Responses ”Successful Response
ContentCountResponse
object
total
required
Total
integer
stages
required
Stages
Array<string>
Bad request
ErrorResponse
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Resource not found
ErrorResponse
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context