---
title: "POST /flow/v1.0/flows/getIndexEntities"
method: POST
path: "/flow/v1.0/flows/getIndexEntities"
tags: ["FlowsProvider"]
---

# POST /flow/v1.0/flows/getIndexEntities

`POST /flow/v1.0/flows/getIndexEntities`

## Path parameters

- `subscriptionId` string, uuid, required
- `resourceGroupName` string, required
- `workspaceName` string, required

## Request body

- UnversionedEntityRequestDtoFlowIndexEntityFlowAnnotationsFlowPropertiesExtensibleObject
  - `unversionedEntityIds` string[], nullable

## Response `200`

Success

- UnversionedEntityResponseDtoFlowIndexEntityFlowAnnotationsFlowPropertiesExtensibleObject
  - `unversionedEntities` FlowIndexEntity[], nullable
    - `schemaId` string, nullable
    - `entityId` string, nullable
    - `kind` 'Invalid' | 'LineageRoot' | 'Versioned' | 'Unversioned'
    - `annotations` FlowAnnotations
      - `flowName` string, nullable
      - `createdDate` string, date-time
      - `lastModifiedDate` string, date-time
      - `owner` SchemaContractsCreatedBy
        - `userObjectId` string, nullable
        - `userTenantId` string, nullable
        - `userName` string, nullable
        - `userPrincipalName` string, nullable
      - `isArchived` boolean
      - `vmSize` string, nullable
      - `maxIdleTimeSeconds` integer, nullable
      - `name` string, nullable
      - `description` string, nullable
      - `archived` boolean
      - `tags` object, nullable
    - `properties` FlowProperties
      - `flowId` string, nullable
      - `experimentId` string, nullable
      - `flowType` 'Default' | 'Evaluation' | 'Chat' | 'Rag'
      - `flowDefinitionFilePath` string, nullable
      - `creationContext` CreationContext
        - `createdTime` string, date-time
        - `createdBy` SchemaContractsCreatedBy
          - `userObjectId` string, nullable
          - `userTenantId` string, nullable
          - `userName` string, nullable
          - `userPrincipalName` string, nullable
        - `creationSource` string, nullable
    - `internal` ExtensibleObject
    - `updateSequence` integer
    - `type` string, nullable
    - `version` string, nullable
    - `entityContainerId` string, nullable
    - `entityObjectId` string, nullable
    - `resourceType` string, nullable
    - `relationships` Relationship[], nullable
      - `relationType` string, nullable
      - `targetEntityId` string, nullable
      - `assetId` string, nullable
      - `entityType` string, nullable
      - `direction` string, nullable
      - `entityContainerId` string, nullable
    - `assetId` string, nullable
    - `usage` EntityUsage
      - `totalCount` integer, nullable
    - `isAFragment` boolean
    - `fragmentId` string, nullable
  - `unversionedEntityJsonSchema` unknown
  - `normalizedRequestCharge` number, double
  - `normalizedRequestChargePeriod` string, date-span

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/azure-machine-learning-designer-service-client.md) · [All operations](https://skmtc.net/azure/apis/azure-machine-learning-designer-service-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-machine-learning-designer-service-client/revisions/bd913aa2cdd9/schema)
