Get all distinct actor types with actor counts.
Use this endpoint to discover valid values for the actor_type filter parameter in actor queries.
cURL
curl --request GET \ --url https://api.corpus.intrace.ai/v1/metadata/actor-types \ --header 'X-API-Key: <api-key>'
{ "types": [ { "value": "<string>", "count": 123 } ] }
Corpus API key
Successful Response
List of actor types with counts.
Show child attributes