Pipelines
The public API supports viewing active pipelines. To view active pipelines, use the following endpoint:
List pipelines
GET
https://app.biodock.ai/api/external/pipelines
Query Parameters
Name | Type | Description |
---|---|---|
limit | Number | Maximum number of results to show. |
startingAfter | String | Pagination cursor id. |
Headers
Name | Type | Description |
---|---|---|
X-API-KEY* | String | API key. |
Sample Usage
View all your active pipelines
Last updated