List pending subsume items for a project
Documentation Index
Fetch the complete documentation index at: https://docs.ilyama.golain.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
1-based page index (default 1).
x >= 1Page size (default 10, maximum 100).
1 <= x <= 100Comma-separated UUIDs restricting the result set (accounts, bindings, links, enrollments, or downlinks depending on the route).
Filter by name; ignored when q is set (the handler prefers q).
Free-text name search (preferred over name when both are provided).
Subsume queue status filter. Omit to return only pending rows; use empty string or all for every status; otherwise filter by the given status string.
Response
Pending items loaded
Preferred shape for successful JSON responses is { ok, data, meta } with list metadata
(e.g. pagination totals) in top-level meta, not nested under data.