Retrieves the current status of a specific <agent_id>.
The most important fields are:
- success: Whether the agent task was successful (None if still running)
- answer: The answer to the agent task (None if still running)
Also you can check the `steps` field to better understand which actions where taken by the agent.