client.projectTemplateInstantiationsOperation methods
Parameter declarations below are taken from the pinned TypeScript source. Request fields and responses are summarized from the matching OpenAPI operation; follow the API link for every field, constraint, example, and error description.
/project-template-instantiations/{id}projectTemplateInstantiations.get
Returns only an operation owned by the authenticated credential in its workspace. The cell-local App re-authenticates both project-templates:write and projects:write scopes before every poll.
client.projectTemplateInstantiations.get(id: string, options?: RequestOptions)- Return form
Promise- Operation ID
getProjectTemplateInstantiation- Required scopes
project-templates:writeprojects:write- SDK parameters
id: stringoptions: RequestOptions- Path request fields
id: string- Success
200 ProjectTemplateInstantiation envelope
Convenience helpers
These typed helpers compose mapped operations. They do not grant scopes or bypass API limits.
projectTemplateInstantiations.wait
Poll a credential-owned asynchronous operation with bounded wait options.
client.projectTemplateInstantiations.wait(id: string, options?: ProjectTemplateInstantiationWaitOptions)Returns PromiseErrors and transport metadata
HTTP failures reject with TeamGridApiError, including the status, stable error documents, request ID, optional retry delay, and transport metadata. Local validation, routing, timeout, response-size, and pagination failures reject withTeamGridClientError and a stable client error code. Successful envelopes expose non-enumerable transport metadata.
See pagination and errors andclient configuration for handling guidance.