Skip to main content
GET
Get Chat Cell

Authorizations

Authorization
string
header
required

API key or JWT token

Path Parameters

id
string<uuid>
required

Chat ID

cellId
string<uuid>
required

Cell ID

Response

Chat cell

id
string<uuid>

Cell ID

type
string

Cell type (e.g. markdown, python, sql, tableau_sql, metrics, ontology_query, javascript, bash, mcp_tool, preview, web_search)

status
enum<string>
Available options:
completed,
running,
pending,
halted,
failed,
unknown
created_at
string<date-time>
error
string

Execution error, when the step failed

role
enum<string>

Message author (markdown cells only)

Available options:
user,
assistant
content
string

Markdown content (markdown cells only)

code
string

Executed code (python, javascript, and bash cells)

query
string

Executed query (sql, tableau_sql, metrics, and ontology_query cells)

connector_id
integer<int32>

Connector the query ran against (sql and ontology_query cells)

output
string[]

Captured stdout/stderr (python, javascript, and bash cells)

dataframe_preview
string

Markdown preview of the result set (query and python cells)

execution_time_ms
integer<int64>
tool_name
string

MCP tool invoked, as server/tool (mcp_tool cells only)

assets
object[]

Assets this cell produced