Skip to main content
GET
List policy modules

Authorizations

Authorization
string
header
required

An identity bearer token for a person or your backend. Capabilities are per member, per workspace. This credential can manage the workspace and can never authorize an action as an agent.

Path Parameters

workspace_slug
string
required

Query Parameters

limit
integer
default:50

Page size. Defaults to 50, clamped to 1..200.

Required range: 1 <= x <= 200
starting_after
string

The name of the last module on the previous page. Modules paginate by name, not by id.

Response

A page of modules.

data
object[]
required
has_more
boolean
required

True when the page filled to the limit. A final page that exactly fills the limit still reports true; the next request returns an empty page.

next_cursor
string | null
required

Pass back as starting_after.