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