Skip to main content
GET
/
api
/
chat
/
workspace
/
{task_id}
/
files
Get Task Workspace Files
curl --request GET \
  --url https://api.example.com/api/chat/workspace/{task_id}/files \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
integer
required

Query Parameters

Response

Successful Response

The response is of type Response Get Task Workspace Files Api Chat Workspace Task Id Files Get · object.