Skip to main content
POST
Create a Dataset

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Dataset to create

name
string
required

Name of this Dataset. The name must be unique within the project.

description
string

Description of the Dataset

grants
object[]

Permission grants to assign to this newly created Dataset. Note that permissions can be edited after creation. If snapshotId is passed in, this parameter has no effect and the caller is assigned Dataset ownership.

projectId
string

ID of the project this Dataset belongs to. Either projectId or snapshotId must be provided.

snapshotId
string

ID of an existing Snapshot to create a new Dataset from. Either snapshotId or projectId must be provided.

Response

Success

dataset
object
required
metadata
object
required
Last modified on September 3, 2026