cURL
curl --request GET \ --url https://api.passu.ai/v1/analyses/{analysis_id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "analysis_type": "EARNINGS", "scope": { "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "scope_type": "EVENT" }, "updated_at": "2023-11-07T05:31:56Z", "sections": [ { "section_type": "OPERATIONAL_SUMMARY", "sentences": [ { "text": "<string>", "quotes": [ { "quote_type": "TEXT", "text": "<string>", "author": "<string>", "title": "<string>", "table_name": "<string>", "row_names": [ "<string>" ] } ] } ] } ] }
Retrieve a single analysis by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
EARNINGS
CONFERENCE
NEWS
COMPANY_QUARTERLY
SECTOR_QUARTERLY
Show child attributes