Reasonings & history
Every run you make is kept as a reasoning. From here you can list all the reasonings your project has run, open any one to see the data that was sent and the response that came back, search for a particular run, and review the history of a single application. The reasonings screen has three tabs — Overview, All reasonings and Search — and you move between them from the tab bar.
See your reasoning totals
The overview tells you how much your project has run and how much it consumed.
- Open the reasonings Overview.
- The All reasonings card shows the total number of reasonings run across your applications.
- The Tokens card shows the Total usage those runs consumed, input first then output.
- The Run a reasoning card invites you to Pick an application from the catalog to run a reasoning. — click Find an application to open the catalog.
List all reasonings
The list covers every run in the project, most recent first.
- On the reasonings screen, click the All reasonings tab.
- The list shows each run with its Application, Status, Model, Origin, Duration and Tokens. The Origin is WEB for a run started on the site or API for one started through an API key.
- Use Previous and Next to browse.
If your project has not run anything yet, the tab shows a Catalog block with Browse the application catalog to launch your first reasoning. and a Find an application button.
Note — Duration is how long the run took, and Tokens shows the input and output usage of that single run. A run that has not finished has none of these yet, so the cell reads Not provided — the same placeholder appears in Model when the model wasn't recorded, and in the Response of an unfinished run.
Inspect a run's data and response
You can read what was sent and what came back without leaving the list.
- In the list, find the run by its application and run identifier.
- Click Details on the row to expand it.
- Read the Data card (the inputs that were submitted) and the Response card (the result).
- Click Close to collapse the row, or View to open the full run.
Note — The Response only has content once the run's Status is finished. A run still in progress shows Not provided instead.
Search for a reasoning
Search when you know something about the run you are looking for.
- On the reasonings screen, click the Search tab.
- Type your search under Search a reasoning and click Search. You can match on the run or application identifier, the origin, the submitted data, the instruction or the response.
- Open a result with Details (to inspect its Data and Response) or View (to open it).
Before you search anything the tab shows Use the search to display matching reasonings. If you submit an empty search you'll see Please enter a search.; if nothing matches you'll see No reasoning found.
Review one application's runs
To see only the runs of a single app, open the app, click Access to open its run console, then click History in the tab bar under the app's name. It shows the same columns — Application, Status, Model, Origin, Duration, Tokens — scoped to that app, with the same Details / View actions per row. The same tab bar also has Search, to find one of that app's runs, and Overview, which totals the app's runs and tokens — see Runs.
Tip — From a run history you can jump straight back into the app with View, which opens it on the run screen ready to run again. See Running a reasoning.