v1

latestOpenAPI 3.0.32026-07-223120123.1 KB

List projects

List your workspace's projects.

get/projects

Query parameters

pageinteger

The page to return in a paginated query.

perPageinteger

Maximum number of items to return per page.

namestring

Filter list of items by project name.

taskType'llm-base' | 'tabular-classification' | 'tabular-regression' | 'text-classification'

Filter list of items by task type.

Response

Status OK.

Example response

{
  "items": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "workspaceId": "055fddb1-261f-4654-8598-f6347ee46a09",
      "creatorId": "589ece63-49a2-41b4-98e1-10547761d4b0",
      "name": "My Project",
      "dateCreated": "2024-03-22T11:31:01.185Z",
      "dateUpdated": "2024-03-22T11:31:01.185Z",
      "description": "My project description.",
      "versionCount": 2,
      "inferencePipelineCount": 1,
      "goalCount": 10,
      "developmentGoalCount": 5,
      "monitoringGoalCount": 5,
      "links": {
        "app": "https://app.openlayer.com/myWorkspace/3fa85f64-5717-4562-b3fc-2c963f66afa6"
      }
    }
  ]
}