Seqera integration (Data, Developer Tools). Imported from open-connector.
https://{api_base_url}/user-info
/user/{userId}/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| userId | integer | required | The Seqera numeric user ID. |
/orgs/{orgId}/workspaces/{workspaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| orgId | integer | required | The Seqera numeric organization ID. |
| workspaceId | integer | required | The Seqera numeric workspace ID. |
/pipelines
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | optional | The Seqera numeric workspace ID. |
| max | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset of the first record to return. |
| sortBy | string | optional | The Seqera pipeline sort field. |
| sortDir | string | optional | The Seqera pipeline sort direction. |
| search | string | optional | A free-text search term used to filter pipelines. |
| visibility | string | optional | The visibility filter value used to filter pipelines. |
| attributes | array | optional | Additional pipeline attributes to include in the response. |
/pipelines/{pipelineId}
| Param | Type | Required | Description |
|---|---|---|---|
| pipelineId | integer | required | The Seqera numeric pipeline ID. |
| workspaceId | integer | optional | The Seqera numeric workspace ID. |
| sourceWorkspaceId | integer | optional | The source workspace numeric ID used when resolving shared resources. |
| attributes | array | optional | Additional pipeline attributes to include in the response. |
/workflow
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | optional | The Seqera numeric workspace ID. |
| max | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based offset of the first record to return. |
| search | string | optional | A free-text search term used to filter workflows. |
| includeTotalSize | boolean | optional | Whether Seqera should include the total workflow count in the response. |
| attributes | array | optional | Additional workflow attributes to include in the response. |
/workflow/{workflowId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The Seqera workflow ID. |
| workspaceId | integer | optional | The Seqera numeric workspace ID. |
| attributes | array | optional | Additional workflow attributes to include in the response. |
/workflow/launch
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | optional | The Seqera numeric workspace ID. |
| sourceWorkspaceId | integer | optional | The source workspace numeric ID used when resolving shared resources. |
| pipeline | string | required | The pipeline repository name or URL to launch. |
| computeEnvId | string | optional | The compute environment ID used for the launch. |
| workDir | string | optional | The work directory configured for the workflow launch. |
| revision | string | optional | The Git revision used for the workflow launch. |
| runName | string | optional | The run name assigned to the workflow launch. |
| configProfiles | array | optional | The Nextflow config profiles applied to the launch. |
| paramsText | string | optional | The workflow parameters payload encoded as text. |
| configText | string | optional | Additional Nextflow config text applied to the launch. |
| mainScript | string | optional | The alternative main script path used for the launch. |
| entryName | string | optional | The Nextflow entry workflow name used for the launch. |
| pullLatest | boolean | optional | Whether Seqera should pull the latest pipeline revision before launching. |
| resume | boolean | optional | Whether Seqera should resume a compatible previous workflow execution. |
| stubRun | boolean | optional | Whether the workflow should run in Nextflow stub mode. |
| userSecrets | array | optional | The user secret names attached to the launch. |
| workspaceSecrets | array | optional | The workspace secret names attached to the launch. |