Logo
Functions

getJobApiParsingJobJobIdGet

getJobApiParsingJobJobIdGet<ThrowOnError>(options): RequestResult<ParsingJob, HTTPValidationError, ThrowOnError>

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

Get Job Get a job by id

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<ParsingJob, HTTPValidationError, ThrowOnError>

On this page