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
Example response
{
"api_version": "1.0.0",
"supported_python_versions": [
"python3.7",
"python3.8",
"python3.9"
]
}