Get updates from crew while its running as an api

What I want to be able to do is from a web application use an API (fast api) to kickoff of a crew and while its running get a status of what tasks its completed and what it is currently doing. I can’t seem to find any documentation on how to get the status of a running crew.

Thanks!

1 Like

I also have a similar need.

I aim to show the agent outputs in my frontend app which is streamlit as of now but I will replace it with React in near future. I am now kicking off my crew through a flash API post method which my frontend calls.