Skip to main content
GET
/
api
/
sandboxes
/
{id}
/
tags
Get Sandbox Tags
curl --request GET \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/tags \
  --header 'X-API-Key: <api-key>'
{
  "tags": { "env": "prod", "team": "payments" },
  "tagsLastUpdatedAt": "2026-04-19T14:02:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://opensandbox-feat-cf-dev-cutover.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Read the current tag set for a sandbox.
id
string
required
Sandbox ID.
{
  "tags": { "env": "prod", "team": "payments" },
  "tagsLastUpdatedAt": "2026-04-19T14:02:00Z"
}
A sandbox with no tags returns "tags": {} and "tagsLastUpdatedAt": null.