Skip to end of banner
Go to start of banner

Runtime APIs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Runtime APIs allow you:

  • To retrieve information about pipeline executions.

  • To start or stop a specific pipeline execution.

Public APIs that collect API usage statistics require Org administrator access.

Pipeline and Task APIs

GET /runtime/{org}

Retrieves information about pipeline executions that match the specified filters.

GET /runtime/{org}/{ruuid}

Retrieves information about the pipeline execution with the specified Runtime ID.

GET /runtime/api-stats/{org}

Retrieves the concurrent and daily metrics of tasks running at the specified time.

GET /runtime/api-stats/{org}/daily

Retrieves the daily metrics of tasks running on the specified date.

GET /runtime/api-stats/{org}/concurrent

Retrieves the metrics of tasks running concurrently at the specified time.

POST /runtime/start/{org}/{ruuid}

Resumes the Resumable Pipeline with the specified Runtime ID.

POST /runtime/stop/{org}/{ruuid}

Stops the pipeline execution with the specified Runtime ID.

  • No labels