list-stored-procedures
Retrieve a paginated list of stored procedures with optional filters by database schema and fields like owners or tags.
Instructions
List stored procedures with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to include (e.g. 'owners,tags') | |
| limit | No | Number of results per page | |
| before | No | Cursor for backward pagination | |
| after | No | Cursor for forward pagination | |
| databaseSchema | No | Filter by database schema FQN | |
| include | No | Include deleted entities | non-deleted |