Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 43,052
    • Issues 43,052
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,352
    • Merge requests 1,352
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #342223
Closed
Open
Created Oct 04, 2021 by OfenbergerTobias@OfenbergerTobias

Pipeline IID not return on API request

Summary

When accessing the Pipeline API to get the latest pipelines, no pipeline iid is listed.

Steps to reproduce

Make a API Request to get the latest pipelines for any project like the following example: Screenshot_2021-10-04_092924

What is the current bug behavior?

No "iid": parameter was return in the get request. Only the "id": is returned.

What is the expected correct behavior?

The documentation describes that the "iid" is also returned https://docs.gitlab.com/ee/api/pipelines.html

Relevant logs and/or screenshots

Screenshot_2021-10-04_092646

Proposal

The team noted that these two areas (1, 2) may need changed to expose that in the GET response.

Edited Dec 10, 2021 by James Heimbuck
Assignee
Assign to
Time tracking