mini-apps
Get stale mini-app preview entries
Returns preview ids whose most recent successful publish is older than the cutoff. This read-only endpoint does not delete preview entries.
get/mini-apps/stale-previews
Query parameters
cutoffstring date-time required
Return preview entries last published before this timestamp.
Response
Stale mini-app previews retrieved successfully
Example response
{
"preview_ids": [
null,
null
]
}Changes
Changed in 1 of the 34 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○