Check ABL object tracking status
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Checks whether ABL object tracking is enabled or disabled. To change the status, see Enable or disable ABL object tracking.
HTTP Operation
GET
URI
http(s)://host_name:port/oemanager/applications/ABL_app_name/agents/agentPID/ABLObjects/status
Note: Agent PID (for example,
1144) or
agent ID (for example, W9UI_6dJQ-qSsk-o25mWAw) can
be used to identify the multi-session agent. Both values can be obtained using the
List agents API.Media type
application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body example
NA
Response body example
Result is false when tracking is off. Result is true when tracking is on. In this example ABL object tracking is disabled.
|