Query parameters
-
cursor string
A cursor returned from a previous call to /machines/{machineSlug}/v
GET /machines/{machineSlug}/v
curl \
-X GET https://api.statebacked.dev/machines/{machineSlug}/v \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"versions": [
{
"id": "string",
"createdAt": "2023-05-04T09:42:00+00:00",
"clientInfo": "string"
}
],
"cursor": "string"
}
Response examples (200)
{
"versions": [
{
"id": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"clientInfo": "string"
}
],
"cursor": "string"
}