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

# Get Projects

/api/third-party/projects

It returns basic details of this project. The optional query parameters are:&#x20;

## Get projects

<mark style="color:blue;">`GET`</mark> `https://teamsync.ink/api/third-party/projects`

It returns basic details of this project. The optional query parameters are:&#x20;

#### Query Parameters

| Name      | Type    | Description                                                  |
| --------- | ------- | ------------------------------------------------------------ |
| limit     | integer | default to 10                                                |
| page      | integer | default to 1                                                 |
| search    | string  | search within names, email, skills, state and country field. |
| sortyBy   | string  | sort by the return fields                                    |
| sortOrder | String  | 1 for descending order and 0 for descending                  |

{% tabs %}
{% tab title="200: OK " %}

```json
{
name: string, 
status: string,
description: string, 
createdAt: date,
skills: array of strings, 
experienceLevel: string, 
memberNeeded: string, 
projectCategory: string,
personelNeeded: string,
budget: integer, 
scope: string,
isPublished: boolean, 
type:string,
owner:{
firstName:string, 
lastName:string, 
email:string
}
}
```

{% endtab %}
{% endtabs %}
