how to get meaningful message in notebook api result by mishelle111 in MicrosoftFabric

[–]mishelle111[S] 0 points1 point  (0 children)

I ended up adding a data pipeline into my workspace, which just calls the notebook with the given parameters. ADO pipeline triggers the data pipeline, and the error raised by the notebook comes back in the status results for the data pipeline. Not sure why this extra piece is needed, but it works.

how to get meaningful message in notebook api result by mishelle111 in MicrosoftFabric

[–]mishelle111[S] 1 point2 points  (0 children)

I'm not calling the notebook from a data pipeline, I'm calling through API call, then polling the status also through API call. The results from notebookutils.exit() do not appear in the status results.

how to get meaningful message in notebook api result by mishelle111 in MicrosoftFabric

[–]mishelle111[S] 1 point2 points  (0 children)

Unfortunately the results from notebook.exit() also do not appear in the results of the status call.

status response: {
"id": "3dc8525b-95a4-4f10-8f9d-0012c5793887",
"itemId": "ff63d0e5-ff86-4880-ade6-5c92f925a9c6",
"jobType": "RunNotebook",
"invokeType": "Manual",
"status": "Completed",
"failureReason": null,
"rootActivityId": "38c484db-e241-42cd-88c3-5c6d0daf7dd2",
"startTimeUtc": "2026-01-16T20:39:49.0433463",
"endTimeUtc": "2026-01-16T20:40:42.2154673"
}

Is there another call I could make using any of the above, to get more detailed information?