Skip to main content
GET
List snapshots for a sandbox

Authorizations

x-brimble-key
string
header
required

Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.

Path Parameters

id
string
required

24-char hex id of the sandbox.

Pattern: ^[a-f0-9]{24}$

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:15
Required range: 1 <= x <= 100

Response

Paginated snapshots

message
string
required
Example:

"Snapshots fetched"

data
object
required
Last modified on July 23, 2026