Runtime APIs

This page is no longer maintained (Mar 29, 2023). For the most current information, go to https://docs.snaplogic.com/public-apis/apis-runtime.html.

 

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.

Runtime APIs

Runtime 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.