Retrieve Info About Pipeline Executions Matching a Filter
This page is no longer maintained (Mar 29, 2023). For the most current information, go to https://docs.snaplogic.com/public-apis/get-runtime-org.html.
Â
GET /runtime/{org}
Overview
This API returns information about pipeline executions that match the specified filters.
Prerequisites
Read access to the requested assets
Request
Path Parameters
Key | Description |
---|---|
| Required. The path to your SnapLogic pod. Example: |
| Required. The name of the SnapLogic Org. |
Query Parameters
If a timespan is not set, this API returns information about Task runs within the last hour.
Key | Type | Description |
---|---|---|
| string | Returns information about pipeline executions for the specified Snaplex. |
| string | Returns information about pipeline executions for the specified CC label (JCC node’s hostname). |
| string | Returns information about the specified pipeline execution. |
| string | Returns information about pipeline executions triggered by the specified user. |
| string |
|
| string |
|
| string | Returns information about pipeline executions for the specified project. Allowed formats:
|
| integer | Returns information about pipeline executions within the specified number of hours, counting backward from the current time. Valid values: 1 through 1080 hours (45 days) Default: 1 |
| integer | Returns information about pipeline executions since the specified time. Provide time as Unix time in milliseconds. |
| integer | Returns information about pipeline executions before the specified time. Provide time as Unix time in milliseconds. |
| integer | Returns no more than the specified number of results. You can use Valid values: 1 through 1,000 Default: 10 |
| integer | Returns a subset of the results starting at this 0-based index. You can use Default: 0 |
Request Header
Specify Basic
for authorization and application/json
for content type.
Request Body
None.
Response
Response Header
Key | Description |
---|---|
| Status code indicating the results of the request. Learn more: HTTP Status Code Registry |
Response Body
The results include only the pipeline executions that you have permissions to view. Org Admins can view all pipeline executions.
{
"response_map": {
"entries": [ ... ],
"total": ...,
"limit": ...,
"offset": ...
},
"http_status_code": 200
}
Key | Type | Description |
---|---|---|
| array | An array of objects containing metadata about each pipeline execution. |
| integer | The total number of results available. |
| integer | The number of results returned. |
| integer | The index of the first result returned. |
Â
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.