iiRecord
Agentic AI Atlas · GET /repos/{repo}/commits/{sha}
api-endpoint:github-commits-by-shaa5c.ai
II.
APIEndpoint JSON

api-endpoint:github-commits-by-sha

Structured · live

GET /repos/{repo}/commits/{sha} json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/triggers-github-enrichment-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:github-commits-by-sha",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/triggers-github-enrichment-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /repos/{repo}/commits/{sha}",
    "method": "GET",
    "path": "/repos/{owner}/{repo}/commits/{sha}",
    "responseShape": "{ files: list<{ filename: string, status?: string, patch?: string }> }",
    "authRequired": true
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:github-commits-by-sha",
      "to": "operational-trigger:amux-triggers-github",
      "kind": "called_by_trigger",
      "attributes": {}
    },
    {
      "from": "api-endpoint:github-commits-by-sha",
      "to": "operational-trigger:amux-triggers-action",
      "kind": "called_by_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "operational-trigger:amux-triggers-github",
      "to": "api-endpoint:github-commits-by-sha",
      "kind": "calls_endpoint",
      "attributes": {}
    },
    {
      "from": "operational-trigger:amux-triggers-action",
      "to": "api-endpoint:github-commits-by-sha",
      "kind": "calls_endpoint",
      "attributes": {}
    }
  ]
}