Get List of Entity Types

Use this API to retrieve a list of all entity types by key terms and filters.

πŸ—’

Things to Know

  • This API only supports AI Governance entities (Models, Datasets, AI Systems, and AI Agents).
  • AI Governance APIs will become available over the course of the Spring as customer tenants are migrated to enhanced AI Governance services. No customer action is required and more detailed information will be published in upcoming release notes and product documentation.
Query Params
integer
Defaults to 0

Results page to be retrieved (0..N). Example: '?page=1'

integer
1 to 50
Defaults to 20

Number of records per page (1..50). Example: '?size=20'

string
enum
Defaults to name,asc

Sorting criteria in the format: property,(asc|desc). Example: '?sort=name,asc'

Allowed:
Body Params
filters
array of objects

The fields and values used to filter results.

filters
string
length between 0 and 500

The key terms for the search criteria.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 3 required scopes
URL
Response
Choose an example:
application/json
*/*