Skip to content

Get API Status

GET /api/status/v1

No parameters.

Media: application/json

Schema
{
"type": "object",
"required": [
"ok",
"version",
"status"
],
"properties": {
"ok": {
"type": "boolean"
},
"status": {
"type": "object",
"required": [
"timestamp"
],
"properties": {
"timestamp": {
"type": "string",
"format": "date-time"
}
}
},
"version": {
"type": "string"
}
}
}
Examples
{
"Result": {
"value": "{\n \"ok\": true,\n \"version\": \"0.218.0\",\n \"status\": {\n \"timestamp\": \"2024-10-23T15:38:40.950575841Z\"\n }\n}"
}
}

Interactive request console coming soon. In the meantime you can use the OpenAPI spec with any client (Insomnia, Bruno, Scalar, curl).

All Taostats API requests require an Authorization header containing your API key. See Getting Started.