Returns migration runs
GET /policies/migrate-data/runs
Returns migration runs.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
pageIndex
number
Index of the page
pageSize
number
Page Size
status
string
Migration status
Response
description: Migration runs.
content:
application/json:
schema:
$ref: ‘#/components/schemas/MigrationRunsResponseDTO’description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: ‘#/components/schemas/InternalServerErrorDTO’PreviousReturns latest migration run status for source/destination pair.
NextAPIs related to Discontinuing Policy workflow
Was this helpful?