Skip to main content
GET
/
v1
/
metadata
/
actor-types
Get Actor Types
curl --request GET \
  --url https://api.corpus.intrace.ai/v1/metadata/actor-types \
  --header 'X-API-Key: <api-key>'
{
  "types": [
    {
      "value": "<string>",
      "count": 123
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

x-api-key
string | null

Corpus API key

Query Parameters

api_key
string | null

Corpus API key

Response

Successful Response

List of actor types with counts.

types
MetadataValueCount · object[]
required