Skip to main content
GET
Get environment diff

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Query Parameters

snappish1
string | null
required

Expression to specify the snapshot 1 for comparison. Must contain environment name. Add '#N' to specify exact snapshot number N. Add 'N' to get N-th behind the latest snapshot. Examples: staging, staging#10, staging2

snappish2
string | null
required

Expression to specify the snapshot 2 for comparison. Must contain environment name. Add '#N' to specify exact snapshot number N. 'Add 'N' to get N-th behind the latest snapshot. Examples: staging, staging#10, staging2

Response

Successful Response

snappish1
DiffItem · object
required
snappish2
DiffItem · object
required
changed
DiffItem · object
required
not-changed
DiffItem · object
required
Last modified on June 18, 2026