Contents

Get Project Disk Usage

Returns information about project disk usage.

Role

Administrator

Method

GET

URL

/api/v2/projects/:projectIdOrKey/diskUsage

URL parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

{
    "projectId": 1,
    "issue": 11931,
    "wiki": 0,
    "file": 0,
    "subversion": 0,
    "git": 0,
    "gitLFS": 0
}