Actions (46)
Projects · 31
- Create issue in projectPOST /projects/:id/issues
Create a new issue in the specified project.
documented - Create merge requestPOST /projects/:id/merge_requests
Create a new merge request in the project.
documented - Create pipelinePOST /projects/:id/pipelines
Trigger a new pipeline for the project.
documented - Create projectPOST /projects
Create a new project.
documented - Create project variablePOST /projects/:id/variables
Create a new project CI/CD variable.
documented - Create repository filePOST /projects/:id/repository/files/:file_path
Create a new file in the repository.
documented - Delete projectDELETE /projects/:id
Delete a project.
documented - Delete project variableDELETE /projects/:id/variables/:key
Delete a project CI/CD variable.
documented - Delete repository fileDELETE /projects/:id/repository/files/:file_path
Delete a file from the repository.
documented - Download job artifactGET /projects/:id/jobs/:job_id/artifacts
Download artifacts for a job.
documented - Get pipelineGET /projects/:id/pipelines/:pipeline_id
Retrieve a single pipeline by its ID.
documented - Get projectGET /projects/:id
Return a single project by ID or URL-encoded path.
documented - Get project issueGET /projects/:id/issues/:issue_iid
Retrieve a specific issue by its IID in a project.
documented - Get project merge requestGET /projects/:id/merge_requests/:merge_request_iid
Retrieve a specific merge request by IID.
documented - Get project variableGET /projects/:id/variables/:key
Retrieve a specific project variable by key.
documented - Get repository fileGET /projects/:id/repository/files/:file_path
Get a file’s content from the repository.
documented - List issue boardsGET /projects/:id/boards
List issue boards for the project.
documented - List issues in board listGET /projects/:id/boards/:board_id/lists/:list_id/issues
List issues in a given board list.
documented - List issues of a projectGET /projects/:id/issues
List issues in the specified project.
documented - List jobsGET /projects/:id/jobs
List jobs for the project (these are the CI jobs linked to pipelines).
documented - List merge requestsGET /projects/:id/merge_requests
List merge requests for the project.
documented - List pipelinesGET /projects/:id/pipelines
List pipelines for the project.
documented - List project variablesGET /projects/:id/variables
Retrieve project-level CI/CD variables.
documented - List projectsGET /projects
Return a list of projects accessible to the authenticated user.
documented - List releasesGET /projects/:id/releases
List releases for the project.
documented - List repository filesGET /projects/:id/repository/files
List files in the repository (project).
documented - Update merge requestPUT /projects/:id/merge_requests/:merge_request_iid
Update details of a merge request.
documented - Update projectPUT /projects/:id
Update attributes of a project.
documented - Update project issuePUT /projects/:id/issues/:issue_iid
Update fields of a specific issue.
documented - Update project variablePUT /projects/:id/variables/:key
Update a project CI/CD variable.
documented - Update repository filePUT /projects/:id/repository/files/:file_path
Update an existing file in the repository.
documented
Groups · 7
- Create groupPOST /groups
Create a new group.
documented - Delete groupDELETE /groups/:id
Delete a group.
documented - Get groupGET /groups/:id
Return a single group by ID or URL-encoded path.
documented - List group membersGET /groups/:id/members
List members of a group.
documented - List group projectsGET /groups/:id/projects
List projects within the group.
documented - List groupsGET /groups
Return a list of groups.
documented - Update groupPUT /groups/:id
Update group attributes.
documented
SCIM · 4
- Delete SCIM identityDELETE /groups/:id/scim/:uid
Delete a SCIM identity from the group.
documented - Get SCIM identityGET /groups/:id/scim/:uid
Retrieve a single SCIM identity for a group.
documented - List SCIM identitiesGET /groups/:id/scim/identities
Retrieve SCIM identities for a group.
documented - Update SCIM identityPATCH /groups/:id/scim/:uid
Update extern_uid for a SCIM identity.
documented
Admin · 3
- List admin CI/CD groupsGET /admin/ci/groups
List admin-level CI/CD groups (admin scope required).
documented - List admin CI/CD variablesGET /admin/ci/variables
List instance-wide CI/CD variables (admin scope required).
documented - List admin clustersGET /admin/clusters
List instance-wide clusters (admin scope required).
documented