Skip to content
Framework Docs

Projects

List Projects
List<Project> projects().list(ProjectListParamsparams = ProjectListParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/projects
Get Project
Project projects().get(ProjectGetParamsparams = ProjectGetParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
GET/api/v1/projects/{project_id}
ModelsExpand Collapse
class Project:

Schema for a project.

String id

Unique identifier

formatuuid
String name
String organizationId

The Organization ID the project is under.

formatuuid
Optional<LocalDateTime> createdAt

Creation datetime

formatdate-time
Optional<Boolean> isDefault

Whether this project is the default project for the user.

Optional<LocalDateTime> updatedAt

Update datetime

formatdate-time