Skip to main content
GET
/
sandbox
/
{server_name}
/
{sandbox_id}
Get sandbox details
curl --request GET \
  --url https://api.klavis.ai/sandbox/{server_name}/{sandbox_id} \
  --header 'Authorization: Bearer <token>'
{
  "sandbox_id": "<string>",
  "server_name": "jira",
  "status": "idle",
  "server_url": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

server_name
enum<string>
required

The MCP server name

Available options:
jira,
github,
salesforce,
hubspot,
notion,
airtable,
linear,
asana,
google_sheets,
google_drive,
google_docs,
gmail,
google_calendar,
clickup,
close,
monday,
onedrive,
microsoft_teams,
outlook_mail,
Cal.com,
quickbooks,
moneybird,
dropbox,
shopify,
outlook_calendar,
resend,
wordpress,
mem0,
supabase
sandbox_id
string
required

The unique sandbox identifier

Response

Successful Response

Detailed information about a sandbox

sandbox_id
string
required

Unique identifier for the sandbox

server_name
enum<string>
required

The MCP server type

Available options:
jira,
github,
salesforce,
hubspot,
notion,
airtable,
linear,
asana,
google_sheets,
google_drive,
google_docs,
gmail,
google_calendar,
clickup,
close,
monday,
onedrive,
microsoft_teams,
outlook_mail,
Cal.com,
quickbooks,
moneybird,
dropbox,
shopify,
outlook_calendar,
resend,
wordpress,
mem0,
supabase
status
enum<string>
required

Current status of the sandbox

Available options:
idle,
occupied
server_url
string | null

URL to connect to the MCP server

updated_at
string<date-time> | null

Last update timestamp