Skip to content
English

Check API connectivity and status

GET
/status
curl --request GET \
--url https://example.com/api/v1/status

API status message

Media typeapplication/json
object
message
string
database

Whether the database connection is initialized

boolean
tasq

Whether the TasQ server is running

boolean
Examplegenerated
{
"message": "example",
"database": true,
"tasq": true
}