query_table
Query genomics data tables with filters, pagination, and sorting to retrieve specific research information from Omics AI networks.
Instructions
Query data from a table with optional filters and pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network name or URL | |
| collection_slug | Yes | Collection slug name | |
| table_name | Yes | Qualified table name | |
| filters | No | Dictionary of filters to apply | |
| limit | No | Maximum number of rows to return (default: 100) | |
| offset | No | Number of rows to skip (default: 0) | |
| order_by | No | Ordering specification | |
| access_token | No | Optional access token for authentication |