# List conversations

> Returns all conversations the caller has access to. If projectId is provided, returns only conversations in that project. project keys are scoped to a single project automatically.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List conversations"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/conversations"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns all conversations the caller has access to. If projectId is provided, returns only conversations in that project. project keys are scoped to a single project automatically.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-conversations.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-conversations.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-conversations.StatusCodes.json")}
>
  
</StatusCodes>
