cURL
curl --request GET \ --url http://localhost:5173/api/system.process-info \ --cookie apiKeys=
{ "processes": [ { "pid": 123, "name": "<string>", "cpu": 123, "memory": 123 } ] }
Returns information about running processes including PID, CPU%, and memory usage.
Cookie-based authentication storing API keys and provider settings
Process information
Show child attributes
Was this page helpful?