← Back to all apps

DataCamp

Educationby DataCamp

Learn to code and master AI with DataCamp. Build in-demand skills in SQL, Python, R, ChatGPT, and more through our interactive courses and expert-led training. Whether you're getting started or learning advanced queries, we'll provide helpful recommendations to structure and guide your learning journey.

6ChatGPT Tools
DataCampDeveloper
EducationCategory

Available Tools

Code-along.get By Id

code-along.get_by_id
Full Description

Get a code-along by its ID.

Parameters (1 required)
Required
codeAlongIdnumber

The ID of the code-along to get.

Content.search

content.search
Full Description

Search the DataCamp content catalog. Returns a list of results.

Parameters (2 required, 1 optional)
Required
levelstring

The level of the content the user is looking for.

Options:beginnerintermediateadvanced
querystring

The learning content query the user is looking for. Ask the user to provide more information if the query is vague. It should contain all keywords related to the content in English.

Optional
contentTypearray

The types of content to search for. Here are the available types: courseChapter, tutorial, webinar, code-along. If not provided, all content types will be searched.

Course.get By Id

course.get_by_id
Full Description

Get course details by its ID or slug.

Parameters (1 required)
Required
courseIdOrSlugnumber/string

The ID or slug of the course to get.

Exercise.get By Id

exercise.get_by_id
Full Description

Get an exercise by its chapter and course IDs.

Parameters (3 required)
Required
chapterIdnumber

The ID of the chapter to get.

courseIdnumber

The ID of the course to get.

exerciseNumbernumber

The number (1-based) of the exercise to get.

Tutorial.get By Id

tutorial.get_by_id
Full Description

Get a tutorial by its ID.

Parameters (1 required)
Required
tutorialIdnumber

The ID of the tutorial to get.

Webinar.get By Id

webinar.get_by_id
Full Description

Get a webinar by its ID.

Parameters (1 required)
Required
webinarIdnumber

The ID of the webinar to get.