curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/instances \
--header 'Authorization: <api-key>'
List instances of the given table
curl --request GET \
--url https://dev.startree.ai/tables/{tableName}/instances \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Table name without type
Instance type
BROKER
, SERVER
Was this page helpful?