MCP Gateway
ApiSandboxes

Get Sandbox Activity

Get recent activity events for a sandbox. Returns the most recent usage events (exec, upload, download, start, stop) scoped to the authenticated user's sandbox.

GET
/api/v1/sandboxes/{sandbox_id}/activity

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

Path Parameters

sandbox_id*string
Formatuuid

Query Parameters

limit?integer
Default50
Range1 <= value <= 200
access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/sandboxes/497f6eca-6276-4993-bfeb-53cbbbba6f08/activity"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}