/jobs/{id}
Request all information about a specific job.
Last updated
Request all information about a specific job.
Last updated
GET
http://waveline.ai/api/v1/jobs/{id}
Request all information about a specific job.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
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.
id*
String
The id of the job to retrieve.
Authorization*
String
Bearer <YOUR_API_KEY>