Skip to content

Returns the list of pipeline refs for the project

GET
/api/v4/geo/repositories/{gl_repository}/pipeline_refs
gl_repository
required
string

The repository to check

OK

Media type application/json
object
pipeline_refs
Array<string>
Example
{
"pipeline_refs": [
"refs/pipelines/1"
]
}

Bad Request

401 Unauthorized

404 Not found