---
title: "Get schema base identities grouped by type and sorted by version."
method: GET
path: "/v1/schemaIdentitiesGrouped"
tags: ["schemaBaseManagement"]
---

# Get schema base identities grouped by type and sorted by version.

`GET /v1/schemaIdentitiesGrouped`

Get a summary of all available schema bases grouped by type and their versions sorted by latest.

## Response `200`

A summary of all available schema bases grouped by type and their versions sorted by latest.

- ListSchemaBaseTypeToVersionsResponse
  - `data` SchemaBaseTypeToVersionsResponse[], required — List of maps containing the mappings schema type -> versions.
    - `type` string, required — The type of the schema.
    - `versions` SchemaBaseComplete[], required — List of schema base identities sorted by latest version for a specific schema type.
      - `type` string, required — The type of the integration.
      - `version` string, required — The version (or image tag) of the integration. Follows the Major.Minor.Patch semantic versioning format.
      - `description` string — The description of the integration.
      - `manifest` object — The manifest of the integration.
      - `schema` object, required — The schema in JSON Schema specification.
      - `family` 'OTC_Source_Template' | 'OTEL_Component', required — The family to which schema belong.
      - `id` string, required — Unique identifier of the schema.
      - `createdAt` string, date-time — Creation timestamp in UTC in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
      - `modifiedAt` string, date-time — Last modification timestamp in UTC.
      - `templateYaml` string — The template yaml of schema.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
