Boomi API Control Plane REST API - MigrationResults
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
List migration results
Get all current migration results
Authorizations:
bearerAuth
Responses
Response Schema: application/json
Array
| error required | string Error message if the migration failed, empty otherwise. |
| id required | string Identifier of the migration script. |
| lastRunAt required | string <date-time> Timestamp of the last execution of this migration. |
| success required | boolean Whether the migration completed successfully. |
Response samples
- 200
- default
Content type
application/json
[- {
- "id": "string",
- "success": true,
- "error": "string",
- "lastRunAt": "2019-08-24T14:15:22Z"
}
]Was this topic helpful?