List CASDA tables
casda_list_tablesList database tables from TAP_SCHEMA, filtered by schema name, with cursor pagination for large result sets.
Instructions
List TAP_SCHEMA tables, optionally filtered by schema, with cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque next-page cursor from a previous table list response. | |
| page_size | No | Number of tables to return; bounded by server configuration. | |
| schema_name | No | Optional TAP schema filter such as ivoa, casda, TAP_SCHEMA, or AS102. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| tables | No | ||
| pagination | No | ||
| provenance | No |