Skip to main content
GET
List legal holds

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

The cursor to continue from

Example:

"eyJjcmVkZW50aWFsfQ=="

page_size
integer
default:10

Maximum number of legal holds to return per page

Required range: 1 <= x <= 30
Example:

10

Response

List of legal holds

hasMore
boolean
required

Whether there are more legal holds to fetch. A page can hold fewer than page_size holds and still not be the last one, so page on this and cursor.

Example:

false

cursor
string | null
required

The cursor to continue from

Example:

null