GitHub Actions · Example Payload

Github Actions Job Step Example

Github Actions Job Step Example is an example object payload from GitHub Actions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namestatusconclusionnumberstarted_atcompleted_at

Example Payload

Raw ↑
{
  "name": "Example Title",
  "status": "example_value",
  "conclusion": "example_value",
  "number": 10,
  "started_at": "2026-01-15T10:30:00Z",
  "completed_at": "2026-01-15T10:30:00Z"
}