Skip to main content
GET
List pending writes

Authorizations

Authorization
string
header
required

Static bearer, WorkOS JWT, or open local when AUTH_REQUIRED is off and no static tokens are set. The token selects the vault; paths do not include vault_id.

Query Parameters

filter
string
Minimum string length: 1
order_by
string
Minimum string length: 1
page_size
integer
Required range: 1 <= x <= 500
page_token
string
Minimum string length: 1
status
enum<string>
deprecated
Available options:
pending,
applied,
rejected
limit
integer
deprecated
Required range: 1 <= x <= 500
cursor
string
deprecated
Minimum string length: 1

Response

Default Response

writes
object[]
required
next_cursor
string | null
next_page_token
string | null