Sandbox API

Get all snapshots in the workspace, optionally filtered by project or environment

get/workspaces/{workspace_domain}/sandboxes/snapshots

Path parameters

workspace_domainstring required
Example:my-company

The human-readable ID of the workspace

Query parameters

project_namestring
Example:my-project

The human-readable ID of the project to filter sandboxes

environment_idstring
Example:3a4KbBQl

The ID of the environment to filter sandboxes

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

Changes

Changed in 1 of the 8 revisions of this API.4

    • the security scope SANDBOX_READ was added to the endpoint's security scheme oauth2

      api-security-scope-added

    • the security scope SANDBOX_MANAGE was removed from the endpoint's security scheme oauth2

      api-security-scope-removed

    • added the new optional query request parameter environment_id

      new-optional-request-parameter

    • the query request parameter project_name became optional

      request-parameter-became-optional