{
"id" :<string>
}
{
"result": [
{
"data": {
"json": {
"id": "<string>",
"projectId": "<string>",
"name": "<string>",
"description": "<string>",
"metadata": {},
"createdAt": "<string>",
"updatedAt": "<string>"
},
"meta": {
"values": {
"createdAt": [
{
"value": "<string>"
}
],
"updatedAt": [
{
"value": "<string>"
}
]
}
}
}
}
],
"totalRuns": 123,
"runs": [
{}
]
}DatasetItems
GET DatasetItem By Id
Endpoint to Get a DatasetItem By Id
GET
/
api
/
trpc
/
datasets.byId,datasets.runsByDatasetId
{
"id" :<string>
}
{
"result": [
{
"data": {
"json": {
"id": "<string>",
"projectId": "<string>",
"name": "<string>",
"description": "<string>",
"metadata": {},
"createdAt": "<string>",
"updatedAt": "<string>"
},
"meta": {
"values": {
"createdAt": [
{
"value": "<string>"
}
],
"updatedAt": [
{
"value": "<string>"
}
]
}
}
}
}
],
"totalRuns": 123,
"runs": [
{}
]
} {
"id" :<string>
}
Response Description
Below you will see the description of the Get Dataset By Id responsearray
required
List of results.
Show properties
Show properties
object
required
Data details for the result.
Show properties
Show properties
object
required
JSON object containing the main details.
Show properties
Show properties
string
required
Unique identifier for the dataset.
string
required
Unique identifier for the project associated with the dataset.
string
required
Name of the dataset.
string
Description of the dataset (optional).
object
Metadata associated with the dataset (optional).
Date
required
Timestamp indicating when the dataset was created.
Date
required
Timestamp indicating when the dataset was last updated.
object
required
Metadata details for the result.
Show properties
Show properties
object
required
List of metadata values.
integer
required
Total number of runs (optional, defaults to 0 if absent).
array
required
List of runs (empty if no runs are available).

