List scoped GitHub automation bindings

GET/v1/github/automations/bindings

Lists bindings for one organization, project, or Function scope. Resource bindings are visible only when the caller may use that resource.

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
None.
Query parameters
NameLocationTypeRequiredDescription
scopeTypequeryorganization | project | functionYes
scopeIdquerystringYes
repositoryFullNamequerystringNo
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.

200Scoped GitHub automation bindingsapplication/json
FieldTypeRequiredDescription
objectlistYes
dataobject[]Yes
data[].idstringYesUnique identifier.
data[].scopeTypeorganization | project | function | web_app | skillYes
data[].scopeIdstringYes
data[].organizationIdstringYes
data[].userIdstringYesUser ID.
data[].createdByUserIdstringYes
data[].repositoryFullNamestringYes
data[].githubRepositoryExternalIdstringYes
data[].githubInstallationExternalIdstringYes
data[].kindsecurity_scan | pull_request_review | deploy_function | deploy_web_app | sync_skillYes
data[].enabledbooleanYes
data[].configurationobjectYes
data[].configuration.eventsstring[]No
data[].configuration.branchesstring[]No
data[].configuration.pathIncludesstring[]No
data[].configuration.pathExcludesstring[]No
data[].configuration.agentIdstringNoAgent ID.
data[].configuration.environmentIdstringNoComputer ID.
data[].configuration.instructionsstringNo
data[].configuration.publishReviewbooleanNo
data[].createdAtstringYesISO 8601 timestamp.
data[].updatedAtstringYesISO 8601 timestamp.
hasMorebooleanYes
404Resource not foundapplication/json
FieldTypeRequiredDescription
errorstringNo
503PostgreSQL control plane is required
None.
List scoped GitHub automation bindings
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow