---
title: "Save Case From Message"
method: POST
path: "/evals/cases/from-message"
tags: ["evals"]
---

# Save Case From Message

`POST /evals/cases/from-message`

Create an eval case from an outbound conversation message.

## Request body

- SaveAsEvalCaseRequest
  - `message_id` string, required
  - `eval_dataset_id` string, required
  - `agent_type` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
