Skip to main content

Get all migrations

GET 

/v1/migrations

This route allows you to fetch all migrations (both past and present) in your Port organization.

The call will perform a logical AND operation on the query parameters below, and return all migrations that match the criteria.

Request

Query Parameters

    status string[]

    Possible values: [COMPLETED, RUNNING, PENDING, INITIALIZING, FAILURE, CANCELLED, PENDING_CANCELLATION]

    actor string

    The identifier of the user who initiated the migration. You can use the Get user route to get a user's identifier.

    blueprint string

    The identifier of the blueprint associated with the migration.

Responses

Default Response

Loading...