Skip to main content
GET
List HTTP policies

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:50

How many policies to return.

Required range: 1 <= x <= 100
offset
integer
default:0

How many policies to skip before the page starts.

Required range: 0 <= x <= 100000

Only return policies whose ID or name contains this text, ignoring case. At most 256 characters after surrounding whitespace is trimmed.

Response

A page of policies.

data
object[]
required

The requested page of policy summaries.

limit
integer
required

Page size that was applied.

Required range: 1 <= x <= 100
offset
integer
required

Offset that was applied.

Required range: 0 <= x <= 100000
total
integer
required

Total number of policies matching the search.

Required range: x >= 0
has_more
boolean
required

Whether another page follows this one.