Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Query Parameters

limit
integer
default:10

The number of items to return

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

How many items to skip (use in conjunction with limit for pagination)

Required range: x >= 0
projectId
string

Filter by project id

clientKey
string

Filter by a SDK connection's client key

archived

Whether to include archived features. Defaults to false (non-archived only). Pass true to include archived features alongside non-archived ones.

Allowed value: "true"
skipPagination
default:false

If true, return all matching items and ignore limit/offset. Self-hosted only. Has no effect unless API_ALLOW_SKIP_PAGINATION is set to true or 1.

Allowed value: "true"

Response

200 - application/json

Successful response

features
object[]
required
limit
integer
required
offset
integer
required
count
integer
required
total
integer
required
hasMore
boolean
required
nextOffset
integer | null
required