All REST Endpoints
Get Version Metadata
The operations from the Get Version Metadata category.
- Retrieve metadata of available versions
- Method: getPath:
/py-scripts
- Retrieve metadata of version 1
- Method: getPath:
/py-scripts/v1
List Environments
The operations from the List Environments category.
- List conda environments
- Method: getPath:
/py-scripts/v1/envs
List Scripts
The operations from the List Scripts category.
- List Scripts
- Method: getPath:
/py-scripts/v1/scripts
Run Scripts
The operations from the Run Scripts category.
- Delete job id from DB
- Method: deletePath:
/py-scripts/v1/jobs/{jobId}
- Retrieve Asynchronous Job Result
- Method: getPath:
/py-scripts/v1/jobs/{jobId}/result
- Retrieve Asynchronous Job Status
- Method: getPath:
/py-scripts/v1/jobs/{jobId}
- Run a Python Function
- Method: postPath:
/py-scripts/v1/do-eval/{scriptName}
- Run a Python Function multiple times
- Method: postPath:
/py-scripts/v1/index-apply/{scriptName}
- Run a Python Function multiple times with Script Owner Specified
- Method: postPath:
/py-scripts/v1/index-apply/{scriptName}/{ownerName}
- Run a Python Function on Chunks of Rows
- Method: postPath:
/py-scripts/v1/row-apply/{scriptName}
- Run a Python Function on Chunks of Rows with Script Owner Specified
- Method: postPath:
/py-scripts/v1/row-apply/{scriptName}/{ownerName}
- Run a Python Function on Grouped Data
- Method: postPath:
/py-scripts/v1/group-apply/{scriptName}
- Run a Python Function on Grouped Data with Script Owner Specified
- Method: postPath:
/py-scripts/v1/group-apply/{scriptName}/{ownerName}
- Run a Python Function on Specified Data
- Method: postPath:
/py-scripts/v1/table-apply/{scriptName}
- Run a Python Function on Specified Data with Script Owner Specified
- Method: postPath:
/py-scripts/v1/table-apply/{scriptName}/{ownerName}
- Run a Python Function with Script Owner Specified
- Method: postPath:
/py-scripts/v1/do-eval/{scriptName}/{ownerName}