GitHub Actions · Example Payload

Github Actions Self Hosted Runner Example

Github Actions Self Hosted Runner 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

idnameosstatusbusylabels

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "os": "example_value",
  "status": "example_value",
  "busy": true,
  "labels": []
}