> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SegmentOperationStatus

> SegmentOperationStatus data type.

The status of a segment operation.

## Values

| Value           | Description                                     |
| :-------------- | :---------------------------------------------- |
| Start           | The operation has started.                      |
| Success         | The operation completed successfully.           |
| Failed          | The operation failed.                           |
| ValidationError | The operation failed due to a validation error. |


## Related topics

- [api_operation](/services/playfab/api-references/events/Segmentation/api-operation.md)
- [SegmentOperation](/services/playfab/api-references/events/data-types/segmentoperation.md)
- [Tutorial to export players in a Segment](/services/playfab/live-service-management/game-configuration/segmentation/segmentation-export-players-in-a-segment.md)
- [PFSegmentsServerRemovePlayerTagAsync](/services/playfab/api-references/c/pfsegments/functions/pfsegmentsserverremoveplayertagasync.md)
- [PFSegmentsServerAddPlayerTagAsync](/services/playfab/api-references/c/pfsegments/functions/pfsegmentsserveraddplayertagasync.md)
