cURL
curl --request GET \ --url https://api.starleads.co/Dataset/{datasetId} \ --header 'X-Api-Key: <api-key>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "chunkMethod": "<string>", "parserConfig": { "chunkTokenNum": 123, "layoutRecognize": true, "delimiter": "<string>", "taskPageSize": 123 }, "createdAt": "2023-11-07T05:31:56Z" }
Retrieves the details of a specific dataset by its identifier.
Api key to pass as a X-Api-Key request header.
X-Api-Key
ID of the dataset.
Success
Public representation of a dataset
Dataset identifier
Dataset name
Dataset description
Chunking method identifier
Configuration options for dataset document parsing
Show child attributes
Creation timestamp