GET
/v1/migrations
curl \
--request GET 'http://localhost:9644/v1/migrations'
Response examples (200)
[
{
"id": 42,
"state": "string",
"migration": {
"migration_type": "outbound",
"topics": [
{
"topic": "string",
"ns": "string"
}
],
"consumer_groups": [
"string"
],
"copy_to": {
"access_key": "string",
"secret_key": "string",
"region": "string",
"bucket": "string",
"credential_source": "config",
"topic_manifest_prefix": "string"
},
"auto_advance": true
}
}
]