> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/trace-evaluations.md).

# Trace evaluations

REST — Trace evaluations endpoints.

| Method | Path                                      | Description     |
| ------ | ----------------------------------------- | --------------- |
| POST   | `/api/v1/trace-evaluations`               | Create          |
| GET    | `/api/v1/trace-evaluations/{id}`          | Get             |
| GET    | `/api/v1/trace-evaluations`               | List            |
| POST   | `/api/v1/trace-evaluations/{id}/schedule` | Set schedule    |
| POST   | `/api/v1/trace-evaluations/{id}/alerts`   | Configure alert |

## See also

* [SDK: trace\_evaluations](/more-in-this-section-9/trace-evaluations-1.md)
