clay tables query. Check how many tables you can enable with clay tables query-usage.
Arguments
| Argument | Description |
|---|---|
tableId | Table id, e.g. tbl_abc123. Required. |
Flags
| Flag | Description |
|---|---|
--query-enabled <true|false> | Enable (true) or disable (false) querying for the table. |
Output
| Field | Type | Description |
|---|---|---|
id | string | Table id. |
queryEnabled | boolean | Whether querying is now enabled for the table. |
Errors
| Code | Exit | Notes |
|---|---|---|
validation_error | 2 | Missing or invalid --query-enabled, or missing table id. |
auth_forbidden | 3 | The API key lacks the cli:all scope, or you lack access to the table. |
not_found | 6 | No table with that id. |

