Get collection
get_collectionGet a PocketBase collection by ID or name, including its full field schema, rules, and indexes.
Instructions
Fetch a single collection by its id or name, including its full field schema, rules and indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated list of fields to return. | |
| idOrName | Yes | Collection id or name. |