Files
OliveTin/docs/modules/ROOT/pages/api/method_StartActionByGetAndWait.adoc
jamesreadandCursor c132eacc00 docs: add Antora site sources under docs/ with CI smoke build
Move the docs.olivetin.app AsciiDoc component into this repository, add
local Antora playbooks for contributors and CI, and document the split
between this repo and the docs build repository.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-10 21:58:48 +01:00

12 lines
576 B
Plaintext

= API Method: StartActionByGetAndWait
This method is also a very easy way to quickly start an action, but it waits for the action to finish before returning the result. This is useful if you want to get the output of the action or check its result without having to poll for it.
* **HTTP Method**: `GET`
* **Request Type**: Action ID in the URL
* **Response Type**: Log Entry (waits for the action to finish)
There are several variants of this API call available which might be easier for scripts (or humans) to work with:
include::partial$api/start_action_methods.adoc[]