List Client Models
Client models
List Client Models
Return a paginated list of the client models owned by your organisation, each with its configured fallback cascade. Credential values are never returned; every model reports has_api_key, has_vertex_credentials, and has_aws_credentials instead.
GET
List Client Models
Authorizations
Your SLNG consumer API key.
Query Parameters
Page number to return, starting at 1. Defaults to 1.
Required range:
x >= 1Number of client models per page (minimum 1). Defaults to 20.
Required range:
x >= 1Response
A page of client models owned by your organisation.
A page of client models: items holds the models for the requested page and meta carries the pagination counters.