Retrieve all limit exclusions
GET
/api/v4/namespaces/storage/limit_exclusions
Gets all records for namespaces that have been excluded
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”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