Get a mining asset dossier
Return the full picture for a single mining asset: overview, recent news, and recent drilling results.
Authorization
apiKeyAuth Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.
In: header
Path Parameters
Mining asset id.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/mining-assets/0/dossier/"{ "overview": { "property1": null, "property2": null }, "recent_news": [ { "property1": null, "property2": null } ], "recent_drill": [ { "property1": null, "property2": null } ]}POSTSearch mining assets
Screen mining assets — projects, deposits, mines, and facilities — by a curated set of filterable fields such as commodity, geography, and lifecycle stage. Returns matching assets with the requested columns, or a default column set if none are requested.
POSTSearch publications
Full-text search over company and mining-asset publications — exchange releases, company documents, and news coverage. Supports filtering by company, mining asset, content type, topic, source, and publication date.