Download Company Extract as PDF
Render the result of a company data request as a one-file PDF extract: company profile, legal representatives, shareholders, ultimate beneficial owners, other key persons, establishments and the ownership graph, whichever of those the request asked for and received.
This endpoint is free and is never billed. It renders data the request already paid for, so a PDF can be re-downloaded as often as needed and never triggers a new fetch.
Completeness: by default the extract renders whatever has arrived, matching GET /v2/company/{requestId}, which also returns partial results while a request runs. A partial extract says so on its own face: a “Data completeness” section at the end of the extract lists every requested datapoint and whether it was included, is still being retrieved, or failed, and the X-Topograph-Data-Status response header carries complete or partial. Pass requireComplete=true to get a 409 instead of a partial file, for an archival export that must not be a snapshot of a half-finished request.
Only datapoints decide completeness. Documents are delivered as separate files and never appear in the extract, so a document still downloading does not hold the PDF back.
Authorizations
Headers
Selects the workspace for this request: usage is attributed to it, and register credentials resolve from it. Takes the workspace name (the value you sent to POST /v2/workspaces), not the UUID id returned on creation. Omit to use the account's default workspace. Unknown name returns 404; a name outside ^[a-zA-Z0-9_-]+$ or over 64 characters returns 400.
64^[a-zA-Z0-9_-]+$"acme-paris"
Path Parameters
The request ID returned by the initial POST /v2/company call
"253299d1-e8d0-4268-945b-f175f98bc114"
Query Parameters
If true, respond 409 rather than render an extract while any requested datapoint is still in progress. Accepts true/false/1/0; any other value is rejected with 400. Defaults to false.
Controls Content-Disposition. attachment (default) prompts a download; inline lets a browser or viewer render the PDF in place.
attachment, inline Response
The PDF extract. X-Topograph-Data-Status is complete when every requested datapoint reached a terminal state, partial otherwise.
The response is of type file.