Data Jobs

List all or Team's Data Jobs | (Stable)

<i>(Introduced in v1.0)</i>

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

Path parameters

team_namestring required

Team Name

Query parameters

show_allboolean

If set to 'true' will list the jobs for all the teams, otherwise will list only the jobs that belong to this 'team'.

page_numberinteger

The number of pages of items to skip before starting to collect the result set.

page_sizeinteger

The number of items in page.

Response

List of jobs

job_namestring required

DataJob Name

teamstring required

Team name

descriptionstring required

Description

source_urlstring

Link to source code

Example response

[
  {
    "job_name": "starshot-processing-vmc-fact-daily",
    "team": "starshot",
    "description": "Data Job responsible for transforming vmc realted fact tables on daily basis"
  }
]

Changes