---
title: "List all functional tests"
method: GET
path: "/admin/functional_tests/list"
tags: ["admin"]
---

# List all functional tests

`GET /admin/functional_tests/list`

Gets all functional tests with their overrides and creation dates, ordered by most recent first.

## Response `200`

- FunctionalTestListItem[]
  - `created_at` string, date-time, required
  - `created_by` string, uuid, required
  - `created_by_email` string, required
  - `id` string, uuid, required
  - `model_override` string, nullable
  - `prompt_override` string, nullable

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
