GitHub Actions · Example Payload

Github Actions Workflow Example

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

Top-level fields

idnode_idnamepathstatecreated_atupdated_aturlhtml_urlbadge_url

Example Payload

Raw ↑
{
  "id": "abc123",
  "node_id": "500123",
  "name": "Example Title",
  "path": "example_value",
  "state": "example_value",
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z",
  "url": "https://www.example.com",
  "html_url": "https://www.example.com",
  "badge_url": "https://www.example.com"
}