telys_ids
Enumerate live external IDs in a collection before a bulk update or delete, with an optional single-key equality filter to scope results.
Instructions
Return the live (non-tombstoned) external ids in a collection, optionally scoped by a where filter. Use to enumerate what is stored before a bulk update or delete. Required: collection. Optional: where — a single-key equality filter such as scope=project:acme (one key only). Fails when the collection does not exist or when where carries more than one key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | No | optional single-key equality filter | |
| collection | Yes |