List action manifests
Returns the manifest of every action the platform can run — what files it accepts (`input.sources`, `input.multiple`), the JSON Schemas describing its install-time and per-run configuration, what it produces (`output`), its timeout, and whether it is playbook-native (`execution`). Authorization: any authenticated organization member. This is the capability catalog behind installs; it does not reflect what this organization has installed (see `GET /actions`).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Every action manifest.
data