API referenceSurface history
List
Authorization
apiKey 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 }}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}