Skip to content
Pile
Esc
↑↓navigate↵open⌘Jpreview

List agent context rules

GET/workspaces/{organizationId}/agent-context/rules
Path parameters
organizationIdstringrequired
Responses
200

Workspace always-on agent rules

rulesobject[]required
Show properties
Array of object
namestringrequired
min length 1
contentstringrequired
Try it
Server
Parameters
Request
curl -X GET '/workspaces/string/agent-context/rules'
Response
{
  "rules": [
    {
      "name": "string",
      "content": "string"
    }
  ]
}