---
title: "GetChatExecutionTiming"
method: POST
path: "/textql.rpc.public.chat.ChatService/GetChatExecutionTiming"
tags: ["ChatService"]
---

# GetChatExecutionTiming

`POST /textql.rpc.public.chat.ChatService/GetChatExecutionTiming`

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicChatGetChatExecutionTimingRequest
  - `chatId` string

## Response `200`

Success

- TextqlRpcPublicChatGetChatExecutionTimingResponse
  - `byType` TextqlRpcPublicChatChatExecutionTiming[]
    - `cellType` string
    - `cellCount` union
      - integer
      - string, int64
    - `totalMs` union
      - integer
      - string, int64
    - `warehouseMs` union
      - integer
      - string, int64
    - `egressMs` union
      - integer
      - string, int64
    - `overheadMs` union
      - integer
      - string, int64
  - `totalExecutionMs` union
    - integer
    - string, int64
  - `totalWarehouseMs` union
    - integer
    - string, int64
  - `totalEgressMs` union
    - integer
    - string, int64
  - `totalOverheadMs` union
    - integer
    - string, int64
  - `byCell` TextqlRpcPublicChatCellExecutionTiming[]
    - `cellId` string
    - `totalMs` union
      - integer
      - string, int64
    - `warehouseMs` union
      - integer
      - string, int64
  - `sandboxMountMs` union
    - integer
    - string, int64

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/versions/31ce2b0c4427/schema)
