Get conversations that mention a file path. Used for the ‘chats with file’ badge.
cURL
curl --request GET \ --url https://api.zo.computer/conversations/by-file \ --header 'Authorization: Bearer <token>'
{ "conversations": [ { "id": "<string>", "title": "<string>", "updated_at": "<string>", "type": "<string>" } ] }
Zo API key (zo_sk_...)
Successful Response
Conversations that reference the specified file
Show child attributes