GET
/
api
/
conversations
/
{conversation_id}
/
select-file
curl --request GET \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/select-file \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Conversation ID

Query Parameters

file
string
required

Path of the file to be retrieved

Response

200
application/json

File content

The response is of type object.