# ai_finetuning_v1_org_user_datasets_list Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin Endpoint: GET /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `date_created` (string) - `num_data_points` (integer) - `ordering` (string) Which field to use when ordering the results. - `page` (integer) A page number within the paginated result set. - `page_size` (integer) Number of results to return per page. - `retry_attempts` (integer) - `search` (string) A search term. - `status` (string) * - Pending * - Processing * - Completed * - Failed Enum: "completed", "failed", "pending", "processing" ## Path parameters: - `org` (string, required) - `username` (string, required) ## Response 200 fields (application/json): - `count` (integer, required) Example: 123 - `next` (string,null) Example: "http://api.example.org/accounts/?page=4" - `previous` (string,null) Example: "http://api.example.org/accounts/?page=2" - `results` (array, required) - `results.id` (string, required) - `results.platform` (object,null, required) - `results.name` (string, required) - `results.prompt` (string) (if any) Special instructions for generating the dataset. This could be requirements on tone, language, style, etc. - `results.source_url` (string) - `results.source_file` (string) - `results.status` (string) * - Pending * - Processing * - Completed * - Failed Enum: "pending", "processing", "completed", "failed" - `results.num_data_points` (integer) - `results.train_split` (number) - `results.train_file` (string) - `results.test_file` (string) - `results.retry_attempts` (integer) - `results.error_log` (string) - `results.date_created` (string, required) - `results.last_modified` (string, required)