read_collection
Read documents from a collection to verify data is landing. Returns all currently available documents and exits.
Instructions
Read documents from a collection to verify data is landing. Wraps flowctl collections read --collection <name>, which is non-blocking: it outputs everything currently available and exits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max documents to return | |
| since | No | Only read documents from this far in the past. Omit to read from the beginning. | |
| collection | Yes | Full collection name |