Skip to content

List soft-deleted artifacts (trash)

GET
/v1/artifacts/deleted
curl --request GET \
--url https://shareout.site/v1/artifacts/deleted \
--header 'Authorization: Bearer <token>'

Soft-deleted artifacts still inside the 30-day recovery window that the caller can restore (their own, plus workspace-owned ones where they are an owner/admin). Each entry includes deleted_at and recoverable_until.

Trash contents

Media type application/json
object
artifacts
Array<object>
object
retention_days
integer
Example
{
"retention_days": 30
}