List durable executions for a GitHub automation binding

GET/v1/github/automations/bindings/{id}/executions

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
idpathstringYes
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo
Header parameters
NameLocationTypeRequiredDescription
X-Computer-Agents-OrganizationheaderstringNoActive organization context. If omitted, the authenticated user's personal organization is used.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Automation executions ordered newest firstapplication/json
FieldTypeRequiredDescription
objectlistYes
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].bindingIdstringYes
data[].organizationIdstringYes
data[].deliveryIdstringYes
data[].eventTypestringYes
data[].actionstringYes
data[].headShastringYes
data[].statusqueued | running | succeeded | failed | ignoredYesCurrent lifecycle status.
data[].securityRunIdstringYes
data[].threadIdstringYesThread ID.
data[].errorstringYes
data[].metadataobjectYesFree-form metadata object.
data[].createdAtstringYesISO 8601 timestamp.
data[].updatedAtstringYesISO 8601 timestamp.
data[].completedAtstringYesISO 8601 timestamp.
hasMorebooleanYes
404Resource not foundapplication/json
FieldTypeRequiredDescription
errorstringNo
List durable executions for a GitHub automation binding
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow