---
title: "List Example Projects"
method: GET
path: "/api/v1/internal/example-projects/"
tags: ["internal", "example-projects"]
---

# List Example Projects

`GET /api/v1/internal/example-projects/`

List all example projects ordered by created_at.

## Response `200`

Successful Response

- AdminExampleProjectListResponse — Response schema for example project list endpoint.
  - `items` AdminExampleProjectListItem[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable, required
    - `owner_display_name` string, nullable, required
    - `knowledge_skill_workspace_id` string, uuid, nullable, required
    - `created_at` string, date-time, nullable, required
  - `total` integer, required

## Changes

> 15 revisions in range; 6 could not be searched.

- **2026-08-08** `ba2b8d962161` — 1 info
  - added the required property `items/items/knowledge_skill_workspace_id` to the response with the `200` status

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/example-projects/get.md)

---

[API](https://skmtc.dev/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.dev/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/revisions/0c94a4b5a00e/schema)
