Get the organization's deep-agent setting. enabled is the master switch — when false no agents run. enabledAgents is null when unrestricted (every agent).

get/v1/organizations/{orgId}/deep-agents

Path parameters

orgIdstring required

Organization ID

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "req_abc123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.