Skip to main content
GET
List migrations

Authorizations

Authorization
string
header
required

A bearer token from Login, sent as Authorization: Bearer <token>. Valid for 10 days by default; scoped to the user and organisation it was issued for. Rotating or disabling the organisation's API credential immediately invalidates all outstanding tokens. Browser calls from a signed-in app.vortexiq.ai page are also accepted via session cookie — see Authentication.

Query Parameters

size
integer
default:100

Rows per page (1–100). Out-of-range values are clamped, not rejected.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from the previous page's page.nextCursor. Omit for the first page.

Response

Migration summaries.

migrations
object[]
page
object

Pagination envelope.