Skip to main content
Skip table of contents

Get Results of an Inspection Job

Get Results of an Inspection Job

📌 API Reference: https://verify-automation.globalvision.co/reference/getjobresult

  • Fetching the results of an inspection job is the last step to obtain all the details regarding an inspection.

  • Each API call will get the results of one inspection job submitted.

API Input

Here are the parameters you need to submit to get your inspection results:

Parameter

API Parameter Example

Query Param (required)

Job ID (string)

  • This is the Job ID obtained as the output of an inspection job submission

NONE
curl --request GET \
     --url https://verify-automation-api.globalvision.co/results/your_job_ID \'

Query Param

Response Format (string)

  • Default = json

  • Options available = json and xml

CODE
curl --request GET \
     --url 'https://verify-automation-api.globalvision.co/results/your_job_ID?responseFormat=json' \'

API Output

The API output will vary depending on the inspection job submitted. Check the links for details on the output of each inspection type:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.