List playbooks with their binding to a space type

View as Markdown
Admin configuration view of the playbook ↔ space-type binding: returns EVERY playbook definition in the org annotated for the space type named in the path. Each entry carries the playbook id, name, description, status and spaceTypes plus two flags: `bound` (its `spaceTypes` explicitly includes this space type) and `global` (its `spaceTypes` is empty, so it applies to every space type and cannot be unbound here). Authorization: org admin only — other callers get 403. Returns 404 `not_found` if the space type does not exist. Response: `{ data: [...] }`, unpaginated.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceTypeIdstringRequired

Response

Every playbook, annotated for this space type.
datalist of objects

Errors

404
Not Found Error