Hi @Prithwiraj_Deb -
Segment Evaluation API is used for evaluating the segments in AEP. Since segment evaluations in AEP are conducted once every 24 hours, there are instances where on-demand evaluations are necessary. This API proves invaluable in such cases. To utilize this API, you simply need to pass the segment ID you wish to evaluate. In return, you receive an 'id' field along with other relevant parameters.
Additionally, the Retrieve a Segment Job API provides the status of a segment evaluation. By inputting the segment_job_id parameter (essentially the 'id' field obtained from the Segment Evaluation API), you can obtain the status, which may be one of the following: New, Queued, Processing, or Succeeded."