Unseal Space
REST APIVersions

List version history

GET
/v1/projects/{id}/versions

Remote-verified turn, restore, and migration commits with their source relationship.

x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/versions"
[  {    "sha": "string",    "kind": "turn",    "messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",    "restoredFromSha": "string",    "sourceGeneration": -9007199254740991,    "verifiedAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z",    "promptSummary": "string"  }]