# Project

{% openapi src="broken-reference" path="/{version}/projects/{projectId}" method="get" %}
[Broken file](https://docs.codemash.io/api/broken-reference)
{% endopenapi %}

{% tabs %}
{% tab title=".NET" %}

```csharp
var client = new CodeMashClient(apiKey, projectId);
var projectService = new CodeMashProjectService(client);

var settings = await projectService.GetProjectAsync(new GetProjectRequest());
```

{% hint style="warning" %}
If you are using a client provided by [SDK](https://docs.codemash.io/sdks), the project ID will be set from the client. Otherwise, specify the project ID in the request object.
{% endhint %}
{% endtab %}

{% tab title="Node" %}

```
```

{% endtab %}
{% endtabs %}
