Skip to content

Retrieve a project alias

GET
/api/v4/project_aliases/{name}

Retrieves details of a specified project alias.

name
required
string

The alias of the project

OK

Media type application/json
object
id
integer format: int64
project_id
integer format: int64
name
string
Example
{
"id": 1,
"project_id": 1,
"name": "gitlab"
}

Bad Request

Forbidden

Not found