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 four tabs — Overview, All reasonings, All workflows 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 Executions card counts both kinds of run side by side — Reasonings for the runs of your applications, Workflows for the runs of your workflows — with an All reasonings and an All workflows link under them.
- The Tokens card shows the Total usage those runs consumed, input first then output.
- Latest reasonings lists your most recent application runs, and Latest workflows your most recent workflow runs, each with a View action per row.
Until the project has run something, the two lists read No reasonings yet. and No workflows yet.
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, API for one started through an API key, and WORKFLOW for one that a workflow step launched.
- 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 or a workflow and click Search. You can match on the run or application identifier, the origin, the submitted data, the instruction or the response.
- Above the results, click Applications to read the matching application runs, or Workflows to read the matching workflow runs. Each card carries the number of matches it holds.
- Open a result with Details (to inspect its Data and Response) or View (to open it).
One search covers both kinds of run, and the two selector cards show the two answers. The Applications panel opens first; Workflows opens first only when no application run matched at all. Switching between them shows results that are already there, so it never runs the search again.
The Workflows panel lists each matching workflow run with its Workflow, Status, Steps, Launched, Duration and Tokens, plus View to open it.
Before you search anything the tab shows Use the search to display matching reasonings and workflow runs. If you submit an empty search you'll see Please enter a search.; if nothing matches you'll see No reasoning found. in the Applications panel and No workflow run found. in the Workflows one.
List all workflow runs
The All workflows tab gathers the runs of every workflow in the project, rather than the runs of your applications.
- On the reasonings screen, click the All workflows tab.
- Click View on a row to open the run and read it step by step.
If nothing has run yet you'll see No runs yet. with Launch one of your workflows to see its runs here. and a See my workflows button. For the whole story of a run, see Workflow runs.
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, which answers with that app's runs only, and Application, the app's own run screen — 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.