Ultimate Parent
- : Access to the public API
OAuth2 client credentials flow for API access
Payload to submit a new ultimate-parent resolution job.
The company whose ultimate parent we want to resolve. Free-form name as it appears commercially or legally.
LVMHThe company's primary website. Used by the LLM to ground the search and resolve ambiguity. URL scheme will be added automatically if missing.
https://www.lvmh.com/Optional country to disambiguate when the website's jurisdiction is unclear (e.g., generic .com domains). Free-form name; not constrained to ISO codes.
FranceJob submitted to get-ultimate-queue
Response after submitting an ultimate-parent resolution job.
The job ID. Required if status_code <= 300.
4e8a7b3c-1234-5678-90ab-cdef12345678The message to return
Job submitted to get-ultimate-queueThe status of the process
SUCCESSPossible values: The HTTP status code to return
202company_name: Field required
Authentication failed - invalid or missing OAuth 2.0 token
Payment Required
Failed to enqueue job: ...
- : Access to the public API
OAuth2 client credentials flow for API access
The unique identifier of the ultimate-parent job
{"summary":"Sample job ID","value":"4e8a7b3c-1234-5678-90ab-cdef12345678"}Job succeeded.
Job is still running.
Response after retrieving the status and result of an ultimate-parent job.
The job ID echoed back from the request.
4e8a7b3c-1234-5678-90ab-cdef12345678A human-readable message describing the current state or outcome of the job.
Job succeeded.The status of the process. Note: SUCCESS at status_code=202 means 'still running'.
SUCCESSPossible values: The HTTP status code representing the job's current state.
200The corporate hierarchy resolution. Present only when status_code == 200.
{"comment":"Per LVMH 2024 annual report, Christian Dior SE holds 41.4% ...","confidence":0.95,"evidence_summary":"Identity: Sephora SAS verified | Chain: Sephora SAS -> LVMH ... | Protocol: 6 | Discard Check: ... | GTM Selection: LVMH selected as the active Operating Conglomerate","source_url":"https://www.lvmh.com/group/governance/","subsidiary_commercial_name":"Sephora Italy","ultimate_parent_source_level":"Securities Filing"}Missing job_id in path parameters
Authentication failed - invalid or missing OAuth 2.0 token
Lambda crashed or failed after retries before writing result
UPSTREAM_SCHEMA_DRIFT: row contains no ultimate_parent_legal_name ...
Last updated
Was this helpful?