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
Example response
[
{
"job_name": "starshot-processing-vmc-fact-daily",
"team": "starshot",
"description": "Data Job responsible for transforming vmc realted fact tables on daily basis"
}
]