GitLab
status.gitlab.com
GitLab System Status
API Google Compute Engine · Operational · Git Operations Google Compute Engine · Operational · Package Registry Google Compute Engine · Operational · Container Registry Google Compute Engine · Operational · GitLab Pages Google Compute Engine · Operational ·
GitLab
docs.gitlab.com › gitlab docs › extend › rest api › resources › external status checks
External Status Checks API | GitLab Docs
Lists the external status check services that apply to a single merge request and their status.
Has status.gitlab.com an 'public status API' available?
GitLab.com has an status page, https://status.gitlab.com/. It is based on status.io, which appears to have a ‘public status API’ according their documentation, Public Status API | Status.io Knowledge Base. However, so far I was not able to find this API for GitLab. More on forum.gitlab.com
How to get build status from GitLab CI? - Stack Overflow
I want to add in cap deploy scenario checking build status from GitLab CI. Is it possible? Does GitLab CI has some API to get build/pipeline status by commit SHA? More on stackoverflow.com
Can't interact with the new status field using the API
Problem to solve Does anyone know whether it’s possible to programmatically retrieve the new status field added in GitLab 18.2? Steps to reproduce I can’t seem to find it in the results from the REST or the GraphQL API’s, and there also doesn’t seem to be a way to find issues based ... More on forum.gitlab.com
Issue status and API
Problem to solve I would like to get the status of my issue with the web api and to update it. I do not see how to do in the documentation: Issues API | GitLab Docs What is the way to get/update it? Versions Please add an x whether options apply, and add the version information. More on forum.gitlab.com
Is GitLab API down today?
According to the official GitLab API status page, the service is currently warn . For the most recent updates, check the 'Recent Outages and Issues' section above. Whether GitLab API is down now or facing minor problems, StatusGator keeps you in the loop with instant alerts on issues.
statusgator.com
statusgator.com › services › gitlab › api
GitLab API Status. Check if GitLab API is down or having an outage.
GitLab API status page says the service is up, but I'm having issues. What's wrong?
There may be several reasons for that: An outage that hasn't been communicated yet via the GitLab API status page. Some local issues with a small group of accounts on the service side. Technical issues on your side, or problems with your software or ISP. A misconfiguration or problem on your side. We recommend contacting GitLab API customer support while checking everything on your side.
statusgator.com
statusgator.com › services › gitlab › api
GitLab API Status. Check if GitLab API is down or having an outage.
How can I find out if GitLab API is having issues?
You have two options: Check the official GitLab API status page for updates. Sign up for StatusGator to receive real-time notifications and Early Warning Signals on GitLab API status. With StatusGator, you'll be automatically notified the moment GitLab API reports an issue or updates their official status. Plus, StatusGator has its own real-time monitoring system that analyzes thousands of data points every minute. When a potential outage is detected, StatusGator alerts all users monitoring the service, enabling you to act before the provider updates their status page. With StatusGator, you'll
statusgator.com
statusgator.com › services › gitlab › api
GitLab API Status. Check if GitLab API is down or having an outage.
StatusGator
statusgator.com › services › gitlab › api
GitLab API Status. Check if GitLab API is down or having an outage. | StatusGator
StatusGator has detected an outage at GitLab that is not yet officially acknowledged. Main site returning errors and login failing.. There have been 7 user-submitted reports of outages in the past 24 hours. ... Based on our analysis, GitLab API might be experiencing or have recently experienced an outage even though there is no official acknowledgment of the issue.
GitLab
docs.gitlab.com › gitlab docs › extend › rest api › troubleshooting
Troubleshooting the REST API | GitLab Docs
To troubleshoot, refer to the REST API status codes. It might also help to include the HTTP response headers and exit code. The GitLab REST API returns a status code with every response, according to context and action.
GitLab
forum.gitlab.com › general
Has status.gitlab.com an 'public status API' available? - General - GitLab Forum
June 21, 2023 - GitLab.com has an status page, https://status.gitlab.com/. It is based on status.io, which appears to have a ‘public status API’ according their documentation, Public Status API | Status.io Knowledge Base. However, so fa…
GitLab
docs.gitlab.com › gitlab docs › use gitlab › manage your code › merge requests › reviewing and managing merge requests › merge request widgets › external status checks
External status checks | GitLab Docs
Status checks are API calls to external systems that request the status of an external requirement. You can create a status check that sends merge request data to third-party tools. When users create, change, or close merge requests, GitLab sends a notification.
GitLab
docs.gitlab.com › gitlab docs › extend › rest api
REST API | GitLab Docs
Submit a request to an API endpoint by using a REST API client. The GitLab instance responds to the request. It returns a status code and if applicable, the requested data.
PulsAPI
pulsapi.com › home › services › gitlab
Is GitLab Down? Live Status & Outage Tracker
19 hours ago - How we know: the official GitLab status page, PulsAPI's own check (every 60 seconds while one is moving, every 5 to 20 minutes while it is stable), and outage reports from engineers. How PulsAPI monitoring works · 2 of 25 GitLab components are impaired. Worst problems listed first. 2partial outage23operational · Git Operations [Google Compute Engine]Partial Outage · Website [Google Compute Engine]Partial Outage · API [Google Compute Engine]Operational ·
Top answer 1 of 5
13
Now you can get the badge from this url:
https://gitlab.com/[namespace]/[project]/badges/[branch]/pipeline.svg
2 of 5
9
GitLab CI is based on Travis, which provide build status url and even build status picture:
https://travis-ci.org/[YOUR_GITHUB_USERNAME]/[YOUR_PROJECT_NAME].png
# or, limited to some branches
https://travis-ci.org/[YOUR_GITHUB_USERNAME]/[YOUR_PROJECT_NAME].png?branch=master,staging,production
Joran Beasley mentions the url:
http://gitlabci.example.com/projects/2/status.png?ref=master
Bitrise
bitrise.io › integrations › steps › gitlab-status
GitLab Status | Bitrise Integration Steps
This Step updates the commit status ... provide Bitrise write access to your git repo. The GitLab API base URL should be https://gitlab.com/api/v4/ for cloud-hosted GitLabs....
GitLab
forum.gitlab.com › how to use gitlab
Can't interact with the new status field using the API - How to Use GitLab - GitLab Forum
December 18, 2025 - Problem to solve Does anyone know whether it’s possible to programmatically retrieve the new status field added in GitLab 18.2? Steps to reproduce I can’t seem to find it in the results from the REST or the GraphQL API’s, and there also doesn’t seem to be a way to find issues based ...
API Status Check
apistatuscheck.com › blog › gitlab-status-guide
GitLab Status: How to Check If GitLab Is Down Right Now (2026)
June 12, 2026 - Check your deploy key or SSH config first; if fine, check status.gitlab.com. "error: RPC failed; HTTP 503 curl 22"GitLab's HTTPS git servers are temporarily unavailable. Not a local issue — wait for recovery and retry. "remote: GitLab: API is not accessible"GitLab API outage or your token lacks required scopes.
GitLab
docs.gitlab.com › gitlab docs › extend › rest api › resources › pipelines
Pipelines API | GitLab Docs
Use this API to interact with CI/CD pipelines. ... Introduced in GitLab 19.3. Field project introduced in GitLab 19.4. Fields detailed_status, started_at, finished_at, duration, queued_duration, and merge_request introduced in GitLab 19.4.
GitLab
docs.gitlab.com › gitlab docs › use gitlab › plan and track work › work items › status
Status | GitLab Docs
A specific step in a work item's workflow ('In progress', 'Done', 'Won't do') that belongs to a category and maps to a binary state (open/closed).