GET
/
api
/
conversations
/
{conversation_id}
/
list-files
curl --request GET \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/list-files \
  --header 'Authorization: Bearer <token>'
[
  "<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

path
string

Path to list files from

Response

200
application/json

List of files

The response is of type string[].