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.
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.

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 by 🤖 GitLab Bot 🤖