Get a single actor by ID.
cURL
curl --request GET \ --url https://api.corpus.intrace.ai/v1/actors/{actor_id} \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "canonicalName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "aliases": [ "<string>" ], "description": "<string>", "articleCount": 0, "eventCount": 0, "sourceDomains": [ "<string>" ], "firstMentionDate": "2023-12-25", "lastMentionDate": "2023-12-25", "eventTypesBreakdown": {}, "rolesBreakdown": {} }
Corpus API key
Successful Response
Extended actor representation with analysis data.