Logo
Functions

getJobApiV1ParsingJobJobIdGet

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

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

Get Job Get a job by id

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<ParsingJob, HTTPValidationError, ThrowOnError>

On this page