List entity matching models

List all available entity matching models.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
limit
integer >= 1
Default: 100

Limits the number of results to be returned. The maximum results returned by the server is 1000 even if you specify a higher limit.

Responses
200

Success

400

The response for a failed request.

get/context/entitymatching
Request samples
client.entity_matching.list(limit=1, name="test")
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}