List all group and project access tokens for a group
GET
/api/v4/groups/{id}/manage/resource_access_tokens
Lists all group and project access tokens associated with a top-level-group. This feature was introduced in GitLab 17.10.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” revoked
boolean
Filter tokens where revoked state matches parameter
Example
false state
string
Filter tokens which are either active or not
Example
active created_before
string format: date-time
Filter tokens which were created before given datetime
Example
2022-01-01T00:00:00Z created_after
string format: date-time
Filter tokens which were created after given datetime
Example
2021-01-01T00:00:00Z last_used_before
string format: date-time
Filter tokens which were used before given datetime
Example
2021-01-01T00:00:00Z last_used_after
string format: date-time
Filter tokens which were used after given datetime
Example
2022-01-01T00:00:00Z expires_before
string format: date
Filter tokens which expire before given datetime
Example
2022-01-01 expires_after
string format: date
Filter tokens which expire after given datetime
Example
2021-01-01 search
string
Filters tokens by name
Example
token sort
string
Sort tokens
Example
created_at_desc page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Bad Request
Not Found