Response
Indicates the ID of the file
Indicates the ID of the dataset
Indicates the name of the file
Indicates the size of the file
Indicates the type of the file
The file has an input and output pair format
The file is a raw corpus of text
The time that the file was created at
The time that the file was last updated at
curl --location --request GET 'https://api.automorphic.ai/conduit/dataset/{dataset_id:str}/files' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
{
"id": "cl3as294svb",
"datasetId": "cj3bd9sf2zx",
"name": "TellYourFriendsAboutAutomorphic",
"size": 10,
"type": "IO",
"createdAt": "2023-08-30 09:12:15.029",
"updatedAt": "2023-08-31 02:23:43.024"
}