# get_project

Get details for a single project in a workspace.

Returns the project's name, status, linked object count, description, instructions,  
and the user-explicit linked library objects (paginated, newest first). Implicit  
links (auto-added via generation workflows) are counted but not returned here.  
Use list\_projects to discover project ids.

## Parameters

| Parameter                   | Type            | Default | Description                                                                  |
| --------------------------- | --------------- | ------- | ---------------------------------------------------------------------------- |
| workspace\_idrequired       | string (uuid)   | —       | The user's workspace id.                                                     |
| project\_idrequired         | string (uuid)   | —       | The project's unique identifier.                                             |
| objects\_pagination         | PaginationInput | —       | Pagination for the explicit linked objects list (most recently added first). |
| limit                       | integer1–100    | 20      | Maximum number of results to return                                          |
| cursor                      | string          | —       | Cursor from which to return results                                          |
| reference\_sets\_pagination | PaginationInput | —       | Pagination for the linked reference sets list (most recently added first).   |
| limit                       | integer1–100    | 20      | Maximum number of results to return                                          |
| cursor                      | string          | —       | Cursor from which to return results                                          |
