How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CloudQuery tables API

The tables API from CloudQuery — 12 operation(s) for tables.

CloudQuery tables API is one of 26 APIs that CloudQuery publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tables. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 14 operations across 12 paths, and defines 38 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://api.cloudquery.io.

14 operations 12 paths 38 schemas 11 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.cloudquery.io
Authentication
HTTP Bearer, HTTP Basic, HTTP Cookie
License
Terms of Service
Resource Areas
1

Authentication & Security 3

CloudQuery tables API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP basic authentication (basicAuth). It uses HTTP cookie authentication (cookieAuth). By default, every request must be authenticated.

Paths & Operations 14

Across 12 paths, the API surfaces 14 operations — 11 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

tables 14
GET
/tables
List Tables
PlatformListTables 2 params → 200401403404422500
GET
/tables/data
Get all sources and their associated tables. Returns data in the format needed for the delete action.
PlatformGetTablesData 2 params → 200401403500
POST
/tables/data
Perform an action on table data across multiple sources. Supported actions: delete (drops partitions for specified tenant/source/table combinations).
PlatformTablesDataAction body → 204400401403422500
GET
/tables/{table_name}/data
List Table Rows
PlatformTableListRows 10 params → 200400401403404422500
GET
/tables/{table_name}/data/{table_row_id}
Get Table row
PlatformTableRowById 5 params → 200400401403404422500
GET
/tables/{table_name}/schema
Get Table Schema
PlatformTableSchema 1 param → 200401403404422500
GET
/tables/relations
Get resource relations for all configured tables.
PlatformGetTablesRelations → 200401500
POST
/tables/{table_name}/related-resources
Execute the curated relation queries defined for the given source table against a specific row, returning the related resources grouped by relation title. The relation templates live in api/relations…
PlatformGetTablesRelatedResources 1 param body → 200400401404500
GET
/tables/schemas
Get Table Schemas
PlatformBatchTableSchemas 1 param → 200401403404422500
GET
/tables/{table_name}/columns
Get Table Columns
PlatformTableListColumns 5 params → 200401403404422500
GET
/tables/{table_name}/columns/{column_name}/values
Get Table Column Values
PlatformTableColumnListValues 6 params → 200401403404422500
GET
/tables/{table_name}/columns/{column_name}/grouped
Group rows of a table by the distinct non-empty values of a column and return one item per group with an exact row count. Used by the asset inventory's Group-by selector. Always runs in column-filter…
PlatformTableColumnListGrouped 6 params → 200400401403404500
GET
/tables/{table_name}/filters
List Table Filters
PlatformTableListFilters 4 params → 200400401403404422500
POST
/tables/{table_name}/filters
Save Table Filter
PlatformTableSaveFilter 1 param body → 200201400401403404422500

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are PlatformFilter (9 properties), PlatformTableSchemaColumn (7 properties), PlatformRelatedResourcesGroup (6 properties), PlatformFilterCreate (5 properties). Each schema is shown below with its type and property counts.

PlatformFilter
object
Saved filter
9 properties 4 required
PlatformRelatedResourcesRequest
object
Inputs for executing the curated relation queries defined for a source table against a specific resource row. Either platformid or fields must be supplied; if…
2 properties
PlatformTableSortBy
string
PlatformTableGroupBy
string
PlatformFilterTag
string
A table column filter tag.
PlatformTableRowFieldMatch
object
4 properties 2 required
PlatformBatchTableSchemaItem
object
4 properties 4 required
PlatformTableSchemaColumnKind
string
The kind of the schema column type
PlatformTableSortDirection
string
PlatformTableData
object
3 properties 2 required
PlatformRelatedResourcesGroup
object
Result for one curated relation defined on the source table — the relation's metadata plus the rows returned by executing its substituted SQL template against…
6 properties 4 required
PlatformQueryID
string
The unique ID for the query.
PlatformSyncPluginPath
string
Plugin path in CloudQuery registry
PlatformRelatedResourcesResponse
object
Curated relation results for a source row, grouped by relation title.
2 properties 2 required
PlatformListMetadata
object
4 properties 1 required
PlatformTableSelect
string
PlatformTableRow
object
PlatformTableColumnValueListItem
object
2 properties 2 required
PlatformTableListItem
object
1 property 1 required
PlatformTableColumnGroupedItem
object
3 properties 3 required
PlatformQueryExpression
string
Query expression
PlatformFilterCreate
object
Saved filter
5 properties 2 required
PlatformTableDisplayColumn
object
One entry in the resolved per-table column layout for the UI's column picker. For primary slots (Cloud / Account / Name / Region / Tags) the id is a stable slo…
4 properties 4 required
PlatformRelationDef
object
4 properties 4 required
PlatformUserID
string
ID of the User
PlatformTableDataListItem
object
Sync with its associated tables
4 properties 2 required
PlatformTableSchema
array
PlatformFieldError
PlatformTableColumnName
string
The name of the table column.
PlatformBasicError
object
Basic Error
2 properties 2 required
PlatformTableDataAction
object
Request body for performing actions on table data
2 properties 2 required
PlatformFilterID
string
The unique ID for the filter.
PlatformRelationColumnDef
object
4 properties 2 required
PlatformTableName
string
The name of the table.
PlatformTableSchemaColumn
object
7 properties 7 required
PlatformFilterExpression
string
A table column filter.
PlatformTableRowID
string
ID of the Resource
PlatformTableColumnListItem
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cloudquery-tables-api-openapi.yml Raw ↑

Other APIs CloudQuery publishes across the network.

CloudQuery Platform API
CloudQuery admin API
CloudQuery alerts API
CloudQuery api-keys API
CloudQuery apps API
CloudQuery audit-logs API
CloudQuery chat API
CloudQuery custom-columns API
CloudQuery filters API
CloudQuery healthcheck API
CloudQuery insights API
CloudQuery notifications API
Where this information came from

This is an independent, third-party profile of CloudQuery tables API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.