Javascript
import Openregister from 'openregister'; const client = new Openregister({ apiKey: 'My API Key', }); const document = await client.jobs.document.retrieve('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e'); console.log(document.status);
{ "status": "pending", "url": "<string>", "date": "<string>" }
API Key Authentication Provide your API key as a Bearer token in the Authorization header.
Success
The response is of type object.
object