Get Full Entity Details

Use this API to retrieve all the details for the specified entity record 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:
string

entityTypeName

Body Params
context
object

User-defined context for the current request

queryRequest
object

Query request containing search criteria and organization context

requestedFields
object

Field request specifying which fields to include in the response

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
*/*