# System Status **GET /api/v1/status** Get comprehensive system status including memory usage, CPU usage, and environment details ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ## Responses ### 200 System status information #### Body: application/json (object) - **service** (string) Service name - **version** (string) Service version - **status** (string) Current service status - **timestamp** (string) Current timestamp - **uptime** (string) Application uptime - **environment** (string) Runtime environment - **node_version** (string) Node.js version - **platform** (string) Operating system platform - **arch** (string) System architecture - **memory** (object) Memory usage statistics - **cpu** (object) CPU usage statistics ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)