GitLab · Example Payload

Gitlab Api V4 Projects Api_Entities_Job Example

CodePlatformSoftware DevelopmentSource Control

Gitlab Api V4 Projects Api_Entities_Job Example is an example object payload from GitLab, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamestatusstagecreated_atstarted_atfinished_atcommitarchivedallow_failure

Example Payload

Raw ↑
{
  "id": 42,
  "name": "Example Project",
  "status": "2026-04-17T12:00:00Z",
  "stage": "example_value",
  "created_at": "2016-01-11T10:13:33.506Z",
  "started_at": "2016-01-11T10:13:33.506Z",
  "finished_at": "2016-01-11T10:13:33.506Z",
  "commit": "example_value",
  "archived": true,
  "allow_failure": true
}