curl --request GET \
--url https://api.thundercompute.com:8443/v1/instances/list \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{}Get a list of user’s compute instances
curl --request GET \
--url https://api.thundercompute.com:8443/v1/instances/list \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{}Was this page helpful?