API Reference > imodeljs-clients > iTwinServiceClients > ConnectClient > getProject getProject Method Gets a connect project. getProject(requestContext: AuthorizedClientRequestContext, queryOptions?: ConnectRequestQueryOptions): Promise<Project> Parameter Type Description requestContext AuthorizedClientRequestContext The client request context queryOptions ConnectRequestQueryOptions Query options. Use the mapped EC property names in the query strings and not the TypeScript property names. Returns - Promise<Project> Resolves to the found project. Rejects if no projects, or more than one project is found. Defined in core/clients/src/ConnectClients.ts Line 210 Last Updated: 13 June, 2024