API Reference
Introspect connector resources
/api/connectors/{id}/introspect
Returns available resources (tables, collections, entities, files) and optionally column/field schema for a specific resource.
Operation IDintrospectConnector
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Request body
Content typeapplication/json
requestobject10 properties
resourcestringIf provided, returns column info for this resource instead of listing resources
integrated_account_idstringTruto only — integrated account whose resources to list
surfacestringTruto only — capability surface filter
delimiterstringCSV only — field delimiter/separator override for column introspection. Use "\t" or "tab" for tab-separated files.
separatorstringCSV only — alias for delimiter.
limitintegerTruto account list page size (default 50)
cursorstringTruto account list pagination cursor (next_cursor token)
qstringTruto account list search (id prefix or tenant_id substring)
integrationstringTruto account list filter by integration name (e.g. gorgias)
refreshbooleanDynamics 365 only — discard the connector's cached entity metadata and refetch the schema from the D365 metadata API
Success response body
200Introspection result
Introspection result
Content typeapplication/json
responseobject6 properties
resourcesarray<object>Array items
itemobject2 properties
namestringtypestringcolumnsarray<object>Array items
itemobject3 properties
namestringtypestringnullablebooleanaccountsarray<object>Array items
itemobject5 properties
idstringlabelstring | nulltenant_idstringintegration_namestringstatusstring | nullnext_cursorstring | nullTruto integrated account list — cursor for the next page
fallbackbooleanTrue when resources is a hardcoded fallback list because the live schema fetch failed (Dynamics 365)
schema_errorstringError message from the underlying schema fetch when it failed (Dynamics 365)
Error responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}500Introspection failed
Introspection failed
No response content schema is documented.