Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
Python (SDK)
import os from sarj_platform_sdk import SDK sdk = SDK(api_key_auth=os.environ.get("SARJ_API_KEY", "")) print(sdk.system.get_health().data.status) # "ok"
{ "data": { "status": "<string>" }, "meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000" } }
Returns the operational status of the API. Does not require authentication.
Successful Response
Represents the operational status of the API.
Show child attributes
Contains request-level metadata included with every public API response.