Logo
Functions

getPlaygroundSessionApiV1PipelinesPipelineIdPlaygroundSessionGet

getPlaygroundSessionApiV1PipelinesPipelineIdPlaygroundSessionGet<ThrowOnError>(options): RequestResult<PlaygroundSession, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:2961

Get Playground Session Get a playground session for a user and pipeline.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & GetPlaygroundSessionApiV1PipelinesPipelineIdPlaygroundSessionGetData

Returns

RequestResult<PlaygroundSession, HTTPValidationError, ThrowOnError>

On this page