Skip to main content
GET
Retrieve company reasoning and evidence

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string<uuid>
required

UUID of the strategy.

companyId
string<uuid>
required

Company (issuer) ID in the Noonum database.

Query Parameters

asOfDate
string<date>

The as-of date in YYYY-MM-DD format that selects a specific run of the version. When omitted, the latest completed run for the version is used.

versionId
string<uuid>

The version to read. When omitted, the strategy's active version is used.

Response

The reasoning and evidence for the company. A company absent from the run still returns 200, with reasoning that states no evidence is available.

The reasoning and supporting evidence for a single company.

reasoning
string | null
required

Why the company was included or excluded.

summaries
object[]
required

The evidence backing the reasoning.

isIncluded
boolean
required

Whether the company was included in the run.