Agents Monitor - search by run ID

Hi team,

It would be great if we could search runs by id in the search bar.

Additionally: because this agent is running within a larger workflow, we are looking into tracking the amount of tokens/spend for each workflow run (which has other llm endpoints within the workflow), and part of the spend will be the "estimated cost" from teh agent run.

Are there any plans to release an endpoint for Agents where this data can be accessible?

Thanks
Miguel

Hi @MiguelOrtiz!

Great idea, I can check to see if that is an existing feature request and if not make one for you :+1:

1 Like

Thanks @Jack_T,

Another idea that came to mind, could total token usage be added to the agent's response, with the standard breakdown (input tokens, output tokens, reasoning tokens, total tokens)?

With this we can easily take it from the response and store it together with any other token usage from other blocks in the workflow.

Thanks