/jobs/{id}
Request all information about a specific job.
Get Job Status
GET
http://waveline.ai/api/v1/jobs/{id}
Request all information about a specific job.
Path Parameters
Name | Type | Description |
---|---|---|
id* | String | The id of the job to retrieve. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String |
|
Example Usage
After creating a job (either through the extract-document or guess-shape endpoint), you can check its status with a GET request. If the job is finished, the result will be in the result
field of the returned JSON.
Last updated