Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

resourceId
string
required
resourceType
enum<string>
required
Available options:
base,
table
cursor
string | null
pageSize
integer
default:20
Required range: 1 <= x <= 20

Response

200 - application/json

Get trash successfully

trashItems
object[]
required
userMap
object
required
resourceMap
object
required
nextCursor
string | null
Last modified on March 5, 2026