> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Read file conversation

> Read one indexed turn from a prior conversation linked to a workspace file.

{/* Tool: read_file_conversation_context */}

## Parameters

<ParamField path="file_path" type="string" required={true}>
  The exact workspace path used for discovery.
</ParamField>

<ParamField path="conversation_id" type="string" required={true}>
  A conversation ID returned by find\_file\_conversations for that path.
</ParamField>
