Tags of a Job available via API

Problem to solve

Unfortunately GitLab's Jobs Api doesn't include the tags of a job. It would be great to have them available.

Further details

I've a use case that I want to have a job executing a script looking for a manual job that ran in the last pipeline of the ref. Using tags I would only consider the jobs that are tagged with a specific label. Right now I check every job in a specific stage, so I've to split the stage to exclude some jobs from the action.

Proposal

Adding the tags of a job to the jobs api?

What does success look like, and how can we measure that?

Tags of a job are available in the jobs api.

Links / references

Edited by Stefan Wolf