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"
  ]
}

Changes

Changed in 2 of the 29 revisions of this API.11

    • added the required property supported_python_versions to the response with the 200 status

      response-required-property-added

    • removed the required property supported_python_versions from the response with the 200 status

      response-required-property-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog