# bossradar > Give a LinkedIn company, get its decision makers. ## Docs - [Job done](https://docs.bossradar.com/api-reference/job-done.md): When a job you submitted with `callback_url` finishes, bossradar POSTs this payload to it. Respond `2xx` to acknowledge. - [Check job status](https://docs.bossradar.com/api-reference/jobs/check-job-status.md): Coarse status — maps internal lookup/harvest/verdict state to 4 client-facing states. Scoped to the caller: you only see your own jobs. On `done`, `result_url` points at the DMs. - [Get decision makers](https://docs.bossradar.com/api-reference/jobs/get-decision-makers.md): Decision makers for a resolved company — the ranked verdicts produced by the pipeline. - [Submit a company](https://docs.bossradar.com/api-reference/jobs/submit-a-company.md): Enqueue a decision-maker job for a company. Returns `202` immediately with a `job_id`; the work runs asynchronously. Pass `callback_url` to receive a webhook instead of polling. - [Introduction](https://docs.bossradar.com/introduction.md): Give bossradar a LinkedIn company — get back its decision makers. - [Quickstart](https://docs.bossradar.com/quickstart.md): From a company URL to its decision makers in three calls. ## OpenAPI Specs - [openapi](https://api.bossradar.com/openapi.json)