Read one SEToolBox project
setoolbox_read_projectReads one saved SEToolBox project by projectId or exact name to review a study, cross-check values, or find an analysis id. Choose summary rows or the full export JSON.
Instructions
Read one project from the user's SEToolBox store, by projectId or by exact projectName (never both). Use it to review a study, cross-check values between tools, or find an analysis id.
detail "summary" (default): the project header plus "records", one row per record with family, id, name, and for Link Budget, Radar Range, and EO/IR analyses also lastModified and isAgentRun. detail "full": the project's complete export JSON, the same bytes the app's Export command writes, with every stored input and result of every record. Large; ask for it when you need values.
Family names in the summary are the keys of the full form, so a summary row can be found again in the full read. Returns the result file verbatim; the payload is under "data". Nothing in the app changes. A wrong name yields status "error" with project_not_found; a name shared by two projects yields ambiguous_project, so select by projectId from setoolbox_list_projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | summary | |
| projectId | No | Project id from setoolbox_list_projects. | |
| projectName | No | Exact project name. | |
| timeoutSeconds | No | Seconds to wait for the result. |