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"
]
}Changes
Changed in 2 of the 29 revisions of this API.11
- ○
added the required property
supported_python_versionsto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
supported_python_versionsfrom the response with the200statusresponse-required-property-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲