Waiting for engine...
Skip to main content

Boomi API Control Plane REST API - MigrationResults

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Migration Results

Code migration execution results.

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

Content type
application/json
[
  • {
    • "id": "string",
    • "success": true,
    • "error": "string",
    • "lastRunAt": "2019-08-24T14:15:22Z"
    }
]