Skip to main content

Get job result data

GET 

/jobs/:jobId/result/:resultId

Get result data, typically a document, of a job that has completed successfully.

Request

Path Parameters

    jobId stringrequired

    The job ID as returned by createJob.

    resultId stringrequired

    The result data's ID as returned by getJobResult.

Responses

Successful response to the getJobResultData request

Schema

    string

Loading...