Skip to main content
GET
List policies

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Query Parameters

name_exact
string | null

Return policies with this exact name.

name_fuzzy
string | null

Return policies whose names contain this text.

mine
boolean
default:false

Return only policies owned by the caller.

limit
integer
default:50

Maximum policies returned.

Required range: 1 <= x <= 200
cursor
string | null

Opaque cursor returned by the previous page.

Response

Successful Response

entries
PolicyRow · object[]
required

Policies in this page, newest first.

next_cursor
string | null
required

Opaque cursor for the next page, or null when this is the last page.