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
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"
savedGroupId
string

Restrict results to revisions for a single saved group. When omitted, returns revisions across every saved group the caller can read.

status
string

Filter by revision status. Accepts a comma-separated list, or the literal open for non-merged/non-discarded revisions.

author
string
mine

If true, return only revisions authored by the calling user. Requires a user-scoped API key. Mutually exclusive with author.

Allowed value: "true"

Response

200 - application/json

Successful response

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