---
title: "Retrieve information about a particular dataset."
slug: "retrieve-information-about-a-particular-dataset"
updated: 2026-04-04T02:22:39Z
published: 2026-04-04T02:22:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fortanix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve information about a particular dataset.

Get/v1/datasets/{dataset-id}

Retrieve information about a particular dataset. Note that credentials are treated as secrets and are excluded from the response here.

SecurityAPI Key: bearerTokenHeader parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parametersdataset-idstring (uuid) Required

UUID of a dataset.

Responses200<select class='api-response-data' aria-label='Media type'><option value='7b2f9f3b-2b10-46d8-9ca7-616280459d51'>application/json</option>
</select>Expand Allobject  dataset_idstring  (uuid)    
namestring    
ownerstring  (uuid)    
creator_idstring  (uuid)    
group_idstring  (uuid)    
created_atinteger  (int64)    

Dataset creation time (seconds since epoch).

updated_atinteger  (int64)    

Last update UNIX timestamp (seconds since epoch).

descriptionstring    
locationstring    
labelsobject  property*string    additionalProperties

credentialsobject (DatasetCredentials)  sdkmsobject (SdkmsCredentials)  credentials_urlstring    
credentials_key_namestring    

metadataobject (DatasetMetadata)  

Metadata about the dataset.

last_workflow_outputinteger  (int64)    
long_descriptionstring    

A github-flavored markdown-formatted string that will be rendered in UI for viewing a summary of this dataset, limited to 16KiB.
