Response containing a list of Model Lab projects with pagination metadata.
Expand All
Field
Type
Description
data [required]
[object]
The list of projects.
attributes [required]
object
Attributes of a Model Lab project.
artifact_storage_location [required]
string
The storage location for project artifacts.
created_at [required]
date-time
The date and time the project was created.
deleted_at
date-time
The date and time the project was soft-deleted.
description [required]
string
A description of the project.
external_url
string
An optional external URL associated with the project.
is_starred [required]
boolean
Whether the project is starred by the current user.
name [required]
string
The name of the project.
owner_id
string
The UUID of the project owner.
tags [required]
[object]
The list of tags associated with the project.
key [required]
string
The tag key.
value [required]
string
The tag value.
updated_at [required]
date-time
The date and time the project was last updated.
id [required]
string
The unique identifier of the project.
type [required]
enum
The JSON:API type for a Model Lab project resource.
Allowed enum values: projects
links
object
Pagination links for navigating list responses.
first
string
Link to the first page.
last
string
Link to the last page.
next
string
Link to the next page.
prev
string
Link to the previous page.
self
string
Link to the current page.
meta [required]
object
Pagination metadata for a list response.
page [required]
object
Pagination details for a list response.
first_number
int64
The first page number.
last_number
int64
The last page number.
next_number
int64
The next page number.
number [required]
int64
The current page number.
prev_number
int64
The previous page number.
size [required]
int64
The number of items per page.
total [required]
int64
The total number of items.
type
string
The pagination type.
{"data":[{"attributes":{"artifact_storage_location":"s3://bucket/active-project","created_at":"2024-01-20T10:00:00Z","deleted_at":"2019-09-19T10:00:00.000Z","description":"A machine learning training project.","external_url":"string","is_starred":false,"name":"active-project","owner_id":"string","tags":[{"key":"model","value":"opus"}],"updated_at":"2024-01-20T11:00:00Z"},"id":"2","type":"projects"}],"links":{"first":"string","last":"string","next":"string","prev":"string","self":"string"},"meta":{"page":{"first_number":"integer","last_number":"integer","next_number":"integer","number":1,"prev_number":"integer","size":25,"total":100,"type":"string"}}}