Skip to content
OpenPostDocs
OpenPostDocs
Media

Get workspace media storage usage

GET/media/storage

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

workspace_id*string

Workspace ID

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/media/storage?workspace_id=string"
{  "$schema": "https://example.com/api/v1/schemas/GetMediaStorageOutputBody.json",  "asset_count": 0,  "direct_upload_supported": true,  "internal_bytes": 0,  "limit_bytes": 0,  "used_bytes": 0}