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

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

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

## Path parameters

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

## Request body

- UnversionedRebuildIndexDtoFlowIndexEntityFlowAnnotationsFlowPropertiesExtensibleObject
  - `continuationToken` string, nullable
  - `entityCount` integer, nullable
  - `entityContainerType` string, nullable
  - `entityType` string, nullable
  - `resourceId` string, nullable
  - `workspaceId` string, nullable
  - `immutableResourceId` string, uuid
  - `startTime` string, date-time, nullable
  - `endTime` string, date-time, nullable

## Response `200`

Success

- UnversionedRebuildResponseDtoFlowIndexEntityFlowAnnotationsFlowPropertiesExtensibleObject
  - `entities` SegmentedResult1FlowIndexEntity
    - `value` 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
    - `continuationToken` string, nullable
    - `count` integer, nullable
    - `nextLink` string, nullable
  - `unversionedEntitySchema` 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/versions/bd913aa2cdd9/schema)
