List migrations

List the org’s model migrations, keyset-paginated over (created_at, id).

Follows the /v1 platform-API list convention (see customers_v1): an opaque forward cursor and the {results, next, previous} envelope, so programmatic clients iterate a bounded page rather than the full set.

Authentication

AuthorizationBearer

Your gateway API key (mg_ prefix), the same key used for /v1/responses

Query parameters

cursorstring or nullOptional
limitintegerOptional1-100Defaults to 20

Response

Successful Response
resultslist of objects
nextstring or null
Cursor for the next page, or null on the last page
previousstring or null

Always null; reserved

Errors

422
Unprocessable Entity Error