cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/select-file \ --header 'Authorization: Bearer <token>'
{ "code": "<string>" }
Retrieve the content of a specified file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Path of the file to be retrieved
File content
The response is of type object.
object
Was this page helpful?