---
title: "Ask Agent Endpoint"
method: POST
path: "/summary/v2/ask-agent"
tags: ["SUMMARY_V2"]
deprecated: true
---

# Ask Agent Endpoint

`POST /summary/v2/ask-agent`

> **Deprecated.**

Claude Agent SDK endpoint for analyzing ClickHouse data.
Returns streaming response compatible with ChatProvider.

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Request body

- ClaudeCodeRequest
  - `question` string, nullable
  - `message` string, nullable
  - `prompt` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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