> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/api/get-data.md).

# Get data

Here are some common values that may be needed in query or mutation payloads.

## Values from app paths

### When opening a project

We will use the following link as an example. You can access this page from the sidebar by selecting **Projects** and clicking one of the projects.

```
https://app.datasaur.ai/teams/1/projects/MTM3ZjU0MTI/d7026696-c7e6-44bb-be5b
```

#### Team ID

In the example above, the team ID is `1`. In the app, the term **Workspace** is used interchangeably with **Team**.

#### Project ID

In the example above, the project ID is `MTM3ZjU0MTI`.

#### Document ID

In the example above, the document ID is `d7026696-c7e6-44bb-be5b`. In some parts of the app, a **Document** may also be referred to as a **File**.

### When opening a team member detail

We will use the following link as an example. You can access this page from the sidebar by selecting **Members**, clicking the triple-dot menu for a team member, and selecting **View member details**.

```
https://app.datasaur.ai/teams/1/members/2/analytics
```

#### Team member ID

In the example above, the team member ID is `2`. Note that the team member ID is different from the user ID because a user can belong to multiple teams.

### When opening a file transformer

We will use the following link as an example. You can access this page from the sidebar by selecting **File transformers** and clicking one of the file transformers.

```
https://app.datasaur.ai/teams/1/file-transformers/2
```

#### File transformer ID

In the example above, the file transformer ID is `2`.
