GitHub Actions · Example Payload

Github Actions Artifact Example

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

Top-level fields

idnode_idnamesize_in_bytesurlarchive_download_urlexpiredcreated_atexpires_atupdated_atworkflow_run

Example Payload

Raw ↑
{
  "id": "abc123",
  "node_id": "500123",
  "name": "Example Title",
  "size_in_bytes": 10,
  "url": "https://www.example.com",
  "archive_download_url": "https://www.example.com",
  "expired": true,
  "created_at": "2026-01-15T10:30:00Z",
  "expires_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z",
  "workflow_run": "example_value"
}