# Get posts, avatars and headers for specified upload ids Endpoint: GET /api/v1/uploads/usages Version: 1.0 Security: header ## Query parameters: - `ids` (array,null) ## Response 200 fields (application/json): - `posts` (array, required) - `posts.postId` (string, required) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `posts.uploadId` (string, required) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `avatars` (array,null) Example: ["us_01hxcvk1hjexere4pvtrj0ymqq"] - `headers` (array,null) Example: ["us_01hxcvk1hjexere4pvtrj0ymqq"] ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 400 fields