curl --request GET \
--url https://api.zo.computer/conversations/by-file \
--header 'Authorization: Bearer <token>'{
"conversations": [
{
"id": "<string>",
"title": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"type": "<string>"
}
]
}Get conversations that mention a file path. Used for the ‘chats with file’ badge.
curl --request GET \
--url https://api.zo.computer/conversations/by-file \
--header 'Authorization: Bearer <token>'{
"conversations": [
{
"id": "<string>",
"title": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"type": "<string>"
}
]
}