title: Get Resource Stats keywords:
- get resource stats
- get
- resource
- stats
Get current system resource utilization statistics.
GEThttps://api.aitronos.com/v1/scrape/system/resources
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/scrape/system/resources" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}