v1

latestOpenAPI 3.0.3Apache 2.02026-07-17302459.9 KB
Data Jobs Service

Get API and Data Jobs Service info, list of supported python versions

<i>(Introduced in v1.0)</i> | Get API and Data Jobs service information

get/data-jobs/for-team/{team_name}/info

Path parameters

team_namestring required

Team Name

Response

API and Data Jobs service information

api_versionstring required
supported_python_versionsstring[] required

list of supported python versions

Example response

{
  "api_version": "1.0.0",
  "supported_python_versions": [
    "python3.7",
    "python3.8",
    "python3.9"
  ]
}
All 30 operations