Skip to main content
GET
List persisted edits for your organization, with id-based pagination and optional template filtering.

Authorizations

Authorization
string
header
required

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

Query Parameters

before
string | null
after
string | null
limit
integer
default:10
Required range: 1 <= x <= 100
order
enum<string>
default:desc
Available options:
asc,
desc
filename
string | null
template_id
string | null
status
enum<string> | null
Available options:
pending,
queued,
in_progress,
completed,
failed,
cancelled
from_date
string | null
to_date
string | null

Response

Successful Response

A page of Edit resources. data holds the items and list_metadata carries the before/after cursors; pass after to fetch the next page.

data
Edit · object[]
required
list_metadata
ListMetadata · object
required

Boundary resource IDs for page navigation.