List trashed tables
tables
List trashed tables
List the organisation’s trashed tables, newest deletion first. Each one can be restored in full, or destroyed early with the purge endpoint; otherwise the retention sweep destroys it once it is old enough.
GET
List trashed tables
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The number of items to return.
Required range:
1 <= x <= 100Available options:
id, created_at, updated_at, name Available options:
asc, desc Set the cursor to the next or previous page. You can get the cursor from the previous page's response.