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 |