Skip to content
Pile
Esc
navigateopen⌘Jpreview

List agent environment

GET/workspaces/{organizationId}/agent/environment
Path parameters
organizationIdstringrequired
Responses
200Workspace agent environment files
filesobject[]required
Show properties
Array of object
pathstringrequired
contentstringrequired
createdAtstringrequired
updatedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/agent/environment"
Response
{
  "files": [
    {
      "path": "string",
      "content": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}