GitLab
communityDevOps platform for source code management, CI/CD, and project planning
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://gitlab.com/api/v4/projectsSearch for projects
Parameters
searchquery (stringrequiredorder_bycreated_at|last_activity_at|name (stringoptionalper_pagecount (integeroptionalReturns
projects[] with id, name, description, web_url, star_count, forks_countGET
https://gitlab.com/api/v4/projects/{id}/issuesList project issues
Parameters
idproject ID (integerrequiredstateopened|closed|all (stringoptionallabelsfilter labels (stringoptionalReturns
issues[] with iid, title, state, author, assignees[], labels[], web_urlGET
https://gitlab.com/api/v4/projects/{id}/pipelinesList CI/CD pipelines
Parameters
idproject ID (integerrequiredstatusrunning|success|failed (stringoptionalReturns
pipelines[] with id, status, ref, sha, created_at, web_url