Snoze Developers
API referenceSurface history

List

GET
/v1/workspaces/{workspaceId}/surfaces/{surfaceId}/history
AuthorizationBearer <token>

Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.

In: header

Path Parameters

workspaceId*string
surfaceId*string

Query Parameters

limit?string|null
cursor?string|null

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/string/surfaces/string/history"
{  "data": {    "surfaceId": "string",    "revisions": [      {        "fromVersion": 0,        "toVersion": 0,        "actorUserId": "string",        "actorDisplayName": "string",        "at": "string",        "eventCount": 0      }    ],    "hasMore": true,    "cursor": 0  }}