Back to GitLab API
GitLab API

New required field `uuid` added to CI JobRequest RunnerInfo response

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The uuid field (type string) has been added to API_Entities_Ci_JobRequest_RunnerInfo and marked as required. Any client or code generator that validates response payloads against this schema and previously operated without uuid will now see validation failures, making this a potentially breaking change for strict schema consumers. Clients that only read the fields they care about and ignore extras are unaffected.

Open the source documentation