Search documentation
karat

+

K

User Documentation ↗

Get Dataset

GET/api/v2/datasets/{datasetRid}
Warning

This endpoint is in preview and may be modified or removed at any time. To use this endpoint, add preview=true to the request query parameters.

Get the Dataset with the specified rid.

Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:datasets-read.

Path parameters

datasetRid
string

The Resource Identifier (RID) of a Dataset.

Query parameters

preview
boolean
optional

Enables the use of preview functionality.

Response body

Dataset
object
Hide children

Hide children

rid
string

The Resource Identifier (RID) of a Dataset.

name
string
parentFolderRid
string

The unique resource identifier (RID) of a Folder.

Examples

Request

Copied!
1 2 3 curl \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/datasets/ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da?preview=true"

Response

Copied!
1 2 3 { "rid": "ri.foundry.main.dataset.c26f11c8-cdb3-4f44-9f5d-9816ea1c82da" }