GET
/
api
/
conversations
/
{conversation_id}
/
list-files
List Workspace Files
curl --request GET \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/list-files \
  --header 'X-Session-API-Key: <api-key>'
[
  "<string>"
]

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Query Parameters

path
string | null

Response

200
application/json

Successful Response

The response is of type string[].