# Gets a list of access requests for a project. **GET /projects/{id}/access_requests** This feature was introduced in GitLab 8.11. ## Servers - https://www.gitlab.com/api/v4: https://www.gitlab.com/api/v4 () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string | integer) The ID or [URL-encoded path of the project](https://docs.gitlab.com/api/rest/#namespaced-paths). ### Query parameters - **page** (integer(int32)) Current page number - **per_page** (integer(int32)) Number of items per page ## Responses ### 200 Gets a list of access requests for a project. #### Body: application/json (object) - **id** (integer(int32)) - **username** (string) - **name** (string) - **state** (string) - **avatar_url** (string) - **avatar_path** (string) - **custom_attributes** (array[object]) - **web_url** (string) - **email** (string) - **requested_at** (string) [Powered by Bump.sh](https://bump.sh)