cURL
curl --request POST \ --url http://localhost:5173/api/system.process-info \ --cookie apiKeys=
{ "processes": [ { "pid": 123, "name": "<string>", "cpu": 123, "memory": 123 } ] }
Alternative POST endpoint for process information.
Documentation IndexFetch the complete documentation index at: https://codinit.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://codinit.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Cookie-based authentication storing API keys and provider settings
Process information
Show child attributes
Was this page helpful?
Contact support