You can access the in-app API reference at https://your-eac-domain/api/doc.
Below is a quick summary of the main actions and their HTTP methods.

| Action | Method |
|---|---|
| Get the application version | GET |
| Login check | POST |
| Get execution task | GET |
| Check if a task has an execution in progress | GET |
| Start a task on a server | POST |
| Start a task on this server | POST |
| Stop an execution task | POST |
For paths, parameters, and response schemas, refer to the in-app documentation at the address above.
