Skip to content

Retrieve all limit exclusions

GET
/api/v4/namespaces/storage/limit_exclusions

Gets all records for namespaces that have been excluded

page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Media type application/json
object
id
integer format: int64
namespace_id
integer format: int64
namespace_name
string
reason
string
Example
{
"id": 1,
"namespace_id": 123,
"namespace_name": "GitLab",
"reason": "a reason"
}

Bad Request

Unauthorized

Forbidden