Skip to main content
This guide shows how to inspect execution state, list historical runs, and control runtime behavior where supported.

Execution monitoring flow

Inspect a single execution

Use:
This endpoint answers the most important runtime questions:
  • Did the execution start
  • Is it still running
  • What phase is it in
  • Did it complete successfully
  • Is result data ready yet

Execution statuses

List executions

Use:
These list endpoints are useful for:
  • Dashboards
  • Polling workers
  • Admin tooling
  • Historical run inspection

Control a running execution

Task Service supports explicit runtime control actions: These are runtime operations, not task definition updates.

What to do after completion

Once an execution reaches completed, switch from execution APIs to:
  • Result metadata endpoints
  • Export endpoints
  • Dataset endpoints
  • Media download endpoints
That separation keeps runtime logic and output consumption clean.

Troubleshooting

Next steps