Skip to content

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

ParameterTypeDefaultDescription
workspace_idrequiredstring (uuid)The user's workspace id.
project_idrequiredstring (uuid)The project's unique identifier.
objects_paginationPaginationInputPagination for the explicit linked objects list (most recently added first).
limitinteger1–10020Maximum number of results to return
cursorstringCursor from which to return results
reference_sets_paginationPaginationInputPagination for the linked reference sets list (most recently added first).
limitinteger1–10020Maximum number of results to return
cursorstringCursor from which to return results