List active playbooks available in a space
Lists the ACTIVE playbook definitions launchable in this space, i.e. whose spaceTypes include the space's spaceType (resolved server-side from the space record — the caller never passes it). These are the playbooks a user can start as a run here. Authorization: requires `space:read` on the space (org admins bypass); callers without it get 404 (existence is hidden). 404 is also returned when the space does not exist. Returns `{ data: Playbook[] }` with no pagination; each Playbook carries its id, name, description, tasks and configured actions.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
Response
Active playbooks launchable in this space.
data
Errors
404
Not Found Error