runtime

Test Modal Connection

Run the Modal preflight and smoke test used by the Settings diagnostics UI.

post/api/v1/runtime/tests/modal

Response

Successful Response

kind'modal' | 'lm' | 'daytona' required

Runtime subsystem that was tested.

okboolean required

Whether the connectivity test completed successfully.

preflight_okboolean required

Whether prerequisite configuration checks passed.

checked_atstring required

UTC timestamp when the test completed.

checksobject

Structured boolean or value checks collected during the test run.

guidancestring[]

Human-readable remediation steps when the test did not pass cleanly.

latency_msinteger nullable

Observed latency for the successful smoke test, when applicable.

output_previewstring nullable

Short preview of the smoke-test output, when available.

errorstring nullable

Error summary when the test failed.

Changes