List Projects
GET
/v1/projects
List all projects for the current user.
Returns all projects along with their associated finetune jobs.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” x-api-key
required
X-Api-Key
string
Responses
Section titled “ Responses ”List of projects with their associated jobs
ProjectsListResponse
Response containing list of projects
object
data
required
Data
List of projects
Array<object>
ProjectProject summary for list response
object
project_id
required
Project Id
Project ID
string format: uuid
name
required
Name
Project name
string
created_at
required
Created At
Creation timestamp
string format: date-time
jobs
Jobs
Jobs in this project
Array<object>
JobJob summary within a project
Invalid or missing API key
ErrorResponse
Standard error response.
object
detail
required
Detail
Error message describing what went wrong
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string