Skip to main content
GET
List Schema Migrations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity_type_id
string
required

The ID of the entity type whose migration history to list.

Query Parameters

pageSize
integer<int32>

Maximum number of results to return. Default is 50, maximum is 200.

pageToken
string

Token for pagination. Leave empty for the first request.

Response

Success

data
SchemaMigration · object[]

The migrations for the entity type, newest first.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.