Skip to main content
GET
List persisted parses for your organization, with id-based pagination and optional filename / date 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
from_date
string | null
to_date
string | null

Response

Successful Response

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

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

Boundary resource IDs for page navigation.