List Capacities objects
list_objectsRetrieve paginated summaries of Capacities objects filtered by structure, tag, or collection. Use cursor-based pagination to navigate through results.
Instructions
List one cursor-paginated page of Capacities object summaries by structure, tag, or collection. Use search_objects for title matching and get_object for full object content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor returned by the previous list_objects page. | |
| filter | Yes | Exactly one membership target: a structure identifier or name, a tag UUID, or a collection UUID. | |
| apiToken | No | Optional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output. | |
| pageSize | No | Number of objects to return, from 1 to 100. Default: 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Success payload for this tool. | |
| error | No | Stable error information returned when the operation fails. | |
| isError | Yes | False for success; true when error is present. |