This operation allows you to access your data through the Treasure Data REST API.
This API checks the health of the API's load balancer.
| Verb | URI |
|---|---|
| GET | /v3/system/server_status(.:format) |
Sample Request
$ curl -X GET \
https://api.treasuredata.com/v3/system/server_status \
-H 'Authorization: TD1 <API Key>'Sample Response
{ "status": "ok"}