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

Sigma Computing Datasets API

The Datasets API from Sigma Computing — 7 operation(s) for datasets.

Sigma Computing Datasets API is one of 40 APIs that Sigma Computing publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Datasets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 9 operations across 7 paths, and defines 39 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 13 base URLs: https://api.sigmacomputing.com, https://api.sa.gcp.sigmacomputing.com, https://aws-api.sigmacomputing.com, https://api.us-a.aws.sigmacomputing.com, https://api.ca.aws.sigmacomputing.com, https://api.eu.aws.sigmacomputing.com, https://api.au.aws.sigmacomputing.com, https://api.uk.aws.sigmacomputing.com, https://api.us.azure.sigmacomputing.com, https://api.eu.azure.sigmacomputing.com, https://api.ca.azure.sigmacomputing.com, https://api.uk.azure.sigmacomputing.com, https://api.au.azure.sigmacomputing.com.

9 operations 7 paths 39 schemas 1 DELETE5 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.sigmacomputing.com
Authentication
HTTP Basic, HTTP Bearer, OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 4

Sigma Computing Datasets API declares 4 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (bearerAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials flow. It accepts HTTP bearer tokens (OAuth).

  • OAuth — OAuth 2.0 authentication

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 1 DELETE, 5 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

datasets 9
GET
/v2/datasets
List datasets (Deprecated)
listDatasets 3 params → 200default
GET
/v2/datasets/{datasetId}
Get a dataset (Deprecated)
getDataset 1 param → 200default
GET
/v2/datasets/{datasetId}/grants
Get grants for a dataset (Deprecated)
listDatasetGrants 3 params → 200default
POST
/v2/datasets/{datasetId}/grants
Grant permissions on a dataset (Deprecated)
createDatasetGrant 1 param body → 200default
DELETE
/v2/datasets/{datasetId}/grants/{grantId}
Delete a permission granted on a dataset (Deprecated)
deleteDatasetGrant 2 params → 200default
POST
/v2/datasets/{datasetId}/materialization
Materialize a dataset (Deprecated)
materializeDataset 1 param body → 200default
GET
/v2/datasets/{datasetId}/materialization
List materializations for a dataset (Deprecated)
listDatasetMaterializations 3 params → 200default
POST
/v2/datasets/{datasetId}/migrate
Migrate a dataset to a data model (Beta)
migrateDatasetToDataModel 1 param body → 200default
GET
/v2/datasets/{datasetId}/sources
List dataset sources (Deprecated)
getDatasetSources 1 param → 200default

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are V2DatasetsGetResponsesContentApplicationJsonSchemaEntriesItems (14 properties), datasets_getDataset_Response_200 (14 properties), V2DatasetsDatasetIdGrantsGetResponsesContentApplicationJsonSchemaEntriesItems (10 properties), V2DatasetsDatasetIdMaterializationGetResponsesContentApplicationJsonSchemaEntriesItems (6 properties). Each schema is shown below with its type and property counts.

datasets_getDataset_Response_200
object
14 properties 13 required
V2DatasetsDatasetIdMaterializationGetResponsesContentApplicationJsonSchemaEntriesItemsStatus
string
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsSourceOneOf1Type
string
datasets_listDatasets_Response_200
object
4 properties 2 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsSource1
object
A linked connection table.
2 properties 2 required
V2DatasetsDatasetIdSourcesGetResponsesContentApplicationJsonSchemaItemsType
string
V2DatasetsDatasetIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsGrantee
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItems
object
2 properties 2 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsTarget0
object
A linked dataset.
2 properties 2 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsTargetOneOf1Type
string
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsSourceOneOf0Type
string
datasets_createDatasetGrant_Response_200
object
V2DatasetsGetResponsesContentApplicationJsonSchemaEntriesItems
object
14 properties 13 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsTarget1
object
A linked connection table.
2 properties 2 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsTarget
The dataset or table the link targets.
V2DatasetsDatasetIdSourcesGetResponsesContentApplicationJsonSchemaItems
object
2 properties 2 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsSource0
object
A linked dataset.
2 properties 2 required
datasets_listDatasetMaterializations_Response_200
object
4 properties 2 required
V2DatasetsGetResponsesContentApplicationJsonSchemaEntriesItemsMigrationToDataModel
object
Details about migration to data model
4 properties 4 required
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsSource
The dataset or table that is the source of the link.
datasets_deleteDatasetGrant_Response_200
object
V2DatasetsGetResponsesContentApplicationJsonSchemaEntriesItemsMigrationStatus
string
An indicator of the dataset's migration status as displayed on the dataset migration admin page. - not-required indicates that the dataset is not used as a dat…
V2DatasetsDatasetIdGrantsGetResponsesContentApplicationJsonSchemaEntriesItemsPermission
The permission granted to the member
V2DatasetsDatasetIdMigratePostResponsesContentApplicationJsonSchemaLinksItemsTargetOneOf0Type
string
datasets_materializeDataset_Response_200
object
1 property 1 required
V2DatasetsDatasetIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsGrantee1
object
The UUID of the team receiving the grant
1 property 1 required
V2DatasetsDatasetIdGrantsGetResponsesContentApplicationJsonSchemaEntriesItemsPermission0
string
Valid inode types: table, connection database, and connection schema.
V2DatasetsDatasetIdGrantsGetResponsesContentApplicationJsonSchemaEntriesItemsPermission2
string
Valid inode types: version tag.
V2DatasetsDatasetIdMaterializationGetResponsesContentApplicationJsonSchemaEntriesItemsError
object
3 properties 2 required
V2DatasetsDatasetIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsGrantee0
object
The UUID of the member receiving the grant
1 property 1 required
V2DatasetsDatasetIdGetResponsesContentApplicationJsonSchemaMigrationStatus
string
An indicator of the dataset's migration status as displayed on the dataset migration admin page. - not-required indicates that the dataset is not used as a dat…
V2DatasetsDatasetIdMaterializationGetResponsesContentApplicationJsonSchemaEntriesItems
object
6 properties 6 required
V2DatasetsDatasetIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsPermission
string
V2DatasetsDatasetIdGrantsGetResponsesContentApplicationJsonSchemaEntriesItems
object
10 properties 10 required
datasets_migrateDatasetToDataModel_Response_200
object
4 properties 4 required
V2DatasetsDatasetIdGrantsGetResponsesContentApplicationJsonSchemaEntriesItemsPermission1
string
Valid inode types: folder, workspace, workbook, dataset, and data model. Can Contribute permissions are listed as organize and Can Manage permissions are liste…
V2DatasetsDatasetIdGetResponsesContentApplicationJsonSchemaMigrationToDataModel
object
Details about migration to data model
4 properties 4 required
V2DatasetsDatasetIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItems
object
3 properties 2 required
datasets_listDatasetGrants_Response_200
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sigma-computing-datasets-api-openapi.yml Raw ↑

Other APIs Sigma Computing publishes across the network.

Sigma MCP Server
Sigma Embed API
Sigma Computing Account Types API
Sigma Computing API Connectors API
Sigma Computing API Credentials API
Sigma Computing Auth API
Sigma Computing Connections API
Sigma Computing Credentials API
Sigma Computing Data Models API
Sigma Computing Deployment Policies API
Sigma Computing Favorites API
Sigma Computing Files API
Where this information came from

This is an independent, third-party profile of Sigma Computing Datasets 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.