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. Start from the reasonings overview, which gives you the total run count and links to the list and the search.
List all reasonings
- Open the reasonings overview, then click View all reasonings.
- The list shows each run with its Application, Status, Model and Origin. 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.
Inspect a run's data and response
- 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 an empty response.
Search for a reasoning
- Open the reasonings overview, then click Search a reasoning.
- Type your search and click Search. You can match on the application, status, 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).
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 that app's run history. It shows the same columns — Application, Status, Model, Origin — scoped to that app, with the same Details / View actions per row.
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.