GitLab pipelines information on web according to API response

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

  • Close this issue

Hello, i can fetch project pipelines with API projects/:id/pipelines and the response is:

{
        "id": 62136940,
        "sha": "db7ecd0e248c61855e73fbba459a7ba1e3e15354",
        "ref": "master",
        "status": "failed",
        "web_url": "https://gitlab.com/terrakok/gitlab-client/pipelines/62136940"
}

And the web implemenation contains more information, then API returns. Screen_Shot_2019-05-21_at_23.26.22

Do you call any additional API endpoints to fetch all this information (pipeline time, branch, commit message, author icon, stages, latest mark)?

Could this information be added to projects/:id/pipelines with optional flag to fetch?

Edited Sep 04, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading