When run API in Orchestrator how to get the result ?
Using curl to submit API call and able to get response as below format
{“key”:“90259640-0c12-41d9-938b-628400f7145a”,“state”:“Pending”,“startTime”:null,“creationTime”:“2025-06-09T09:12:13.867Z”,“hostMachineName”:null,“organizationUnitId”:XXXXXX,“id”:XXXXXXXX}
First, use the Start Job API to get the job key. Then call Get Job Details API: GET /odata/Jobs({jobId})
Check fields like OutputArguments or Info to get job message or output. Output must be written to logs or output arguments in the process to retrieve.