List Ai Now Session Files
List files generated inside an AI Now session workdir.
The listing is intentionally bounded and scoped to the session-owned task directory so remote/web/mobile clients can browse artifacts without host filesystem access.
Path Parameters
session_id*Session Id
Query Parameters
path?Path
Optional folder path inside the task workdir
Default
""Response Body
application/json
application/json
curl -X GET "https://example.com/agent/ai-now/sessions/string/files"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}