v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/api/ee/stale

GET /api/ee/stale/{id}

A flexible endpoint that returns stale entities, in the same shape as collections/items, with the following options:

  • before_date - only return entities that were last edited before this date (default: 6 months ago)
  • is_recursive - if true, return entities from all children of the collection, not just the direct children (default: false)
  • sort_column - the column to sort by (default: name)
  • sort_direction - the direction to sort by (default: asc)
get/api/ee/stale/{id}

Path parameters

integer required

value must be an integer greater than zero.

OR
'root' required

Query parameters

before_datestring nullable
is_recursiveboolean required
sort_column'name' | 'last_used_at' required
sort_direction'asc' | 'desc' required

Response

Successful response