v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity Type API

List Schema Migrations

List the schema migration history for an entity type, newest first.

get/v2/entity-types/{entity_type_id}/schema-migrations

Path parameters

entity_type_idstring required

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

Query parameters

pageSizeinteger

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

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

pageTokenstring

Token for pagination. Leave empty for the first request.

Token for pagination. Leave empty for the first request.

Response

Success

nextPageTokenstring nullable

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