Search Schemas
Schemas API reference guide
This page describes the schemas
endpoint of the Immuta API and its request and response parameters.
Additional fields may be included in some responses you receive; however, these attributes are for internal purposes and are therefore undocumented.
Search for schemas
GET
/schemas
Search across all schemas in the handler table.
Query parameters
Attribute | Description | Required |
---|---|---|
searchText |
| No |
Response parameters
Attribute | Description |
---|---|
values |
|
name |
|
count |
|
Request example
This example request gets all of the schemas with the string "medical" in their name.
Response example
Last updated