Skip to end of banner
Go to start of banner

Pipeline 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 3 Next »

Pipeline APIs allow you to retrieve information about Task runs and to start or stop a specific Task run.

Pipeline APIs

GET /runtime/{org}

Retrieves information about Task runs that match the specified filters.

GET /runtime/{org}/{ruuid}

Retrieves information about the Task run 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 concurrent metrics of Tasks running at the specified time.

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

Resumes the Resumable Task with the specified Runtime ID.

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

Stops the Task run with the specified Runtime ID.

  • No labels