Portabase Logo
Portabase DashboardAPIDatabases

Get database status

GET
/databases/{id}/status

Authorization

apiKeyAuth
x-api-key<token>

API key generated from the Portabase dashboard. Pass as the x-api-key header.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/databases/123e4567-e89b-12d3-a456-426614174000/status"
{  "data": {    "isWaitingForBackup": true,    "lastContact": "2019-08-24T14:15:22Z",    "latestBackup": {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "status": "waiting",      "file": "string",      "fileSize": -9007199254740991,      "durationMs": -9007199254740991,      "databaseId": "d0f4f849-8ecf-4909-96bf-7953790e45f9",      "imported": true,      "migrated": true,      "updatedAt": "2019-08-24T14:15:22Z",      "createdAt": "2019-08-24T14:15:22Z",      "deletedAt": "2019-08-24T14:15:22Z"    },    "latestRestoration": {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "status": "waiting",      "durationMs": -9007199254740991,      "backupStorageId": "a2051789-953f-432f-bf4f-6939c87a32b9",      "backupId": "eb7cea43-10b2-42dd-8819-ab9aed37565f",      "databaseId": "d0f4f849-8ecf-4909-96bf-7953790e45f9",      "updatedAt": "2019-08-24T14:15:22Z",      "createdAt": "2019-08-24T14:15:22Z",      "deletedAt": "2019-08-24T14:15:22Z"    }  }}