# Applications

> Applications

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:09.819784+00:00` (UTC).

## Primary page

- [Applications](https://docs.datarobot.com/en/docs/api/reference/sdk/applications.html): Full documentation for this topic (HTML).

## Sections on this page

- [classdatarobot.Application](https://docs.datarobot.com/en/docs/api/reference/sdk/applications.html#datarobot.Application): In-page section heading.
- [classmethodlist(offset=None, limit=None, use_cases=None)](https://docs.datarobot.com/en/docs/api/reference/sdk/applications.html#datarobot.Application.list): In-page section heading.
- [classmethodget(application_id)](https://docs.datarobot.com/en/docs/api/reference/sdk/applications.html#datarobot.Application.get): In-page section heading.

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [API reference](https://docs.datarobot.com/en/docs/api/reference/index.html): Linked from this page.
- [Python API client](https://docs.datarobot.com/en/docs/api/reference/sdk/index.html): Linked from this page.

## Documentation content

### class datarobot.Application

An entity associated with a DataRobot Application.

- Variables:

#### classmethod list(offset=None, limit=None, use_cases=None)

Retrieve a list of user applications.

- Parameters:
- Returns: applications – The requested list of user applications.
- Return type: List[Application]

#### classmethod get(application_id)

Retrieve a single application.

- Parameters: application_id ( str ) – The ID of the application to retrieve.
- Returns: application – The requested application.
- Return type: Application
