Deployments
Get instance details
Retrieve full details for a Core instance in your Blnk Cloud workspace.
GET
Retrieve a connected Core instance by ID. Use
instance_id (instance_...) on Proxy, Filters, record counts, and lake requests.
Proxy, Filters, and Data Lake need
instance_id (instance_...). You can also read it from get deployment details. List deployments returns deployment_id only.Authorization
PassAuthorization: Bearer YOUR_API_KEY or Authorization: Bearer YOUR_ACCESS_TOKEN.
Path
string
required
Unique identifier of the instance to retrieve (
instance_...).Response
string
required
Cloud instance id (
instance_...). Pass this as instance_id on Proxy, Filters, and lake calls.string
required
Instance display name.
string
Matching managed deployment id (
deploy_...), when this instance is a Cloud deployment.string
Connection state. Live values include
connected.string
How Cloud reaches Core. Live values include
agent.string
HTTPS Core URL for the instance.
string
Instance type. Live values include
cloud.object
Nested deployment summary when the instance is managed. Shape overlaps get deployment details. It still does not replace
instance_id at the top level.