Skip to main content
GET
/
api
/
v1
/
buckets
/
migrations
list migration operation
curl --request GET \
  --url https://storage-service.iran.liara.ir/api/v1/buckets/migrations \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "migrations": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Response

successful operation

status
string
migrations
object[]