cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/list-files \ --header 'X-Session-API-Key: <api-key>'
[ "<string>" ]
List workspace files visible to the conversation runtime. Applies .gitignore and internal ignore rules.
Successful Response
The response is of type string[].
string[]
Was this page helpful?