# ai_finetuning_v1_org_user_datasets_retrieve Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin Endpoint: GET /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (string, required) A UUID string identifying this data set. - `org` (string, required) - `username` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `platform` (object,null, required) - `name` (string, required) - `prompt` (string) (if any) Special instructions for generating the dataset. This could be requirements on tone, language, style, etc. - `source_url` (string) - `source_file` (string) - `status` (string) * - Pending * - Processing * - Completed * - Failed Enum: "pending", "processing", "completed", "failed" - `num_data_points` (integer) - `train_split` (number) - `train_file` (string) - `test_file` (string) - `retry_attempts` (integer) - `error_log` (string) - `date_created` (string, required) - `last_modified` (string, required)