> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Get external resolvers



## OpenAPI

````yaml /openapi.json get /external-resolvers
openapi: 3.0.0
info:
  title: Trust Stack API
  description: Programmatic access to the Trust Stack API.
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /external-resolvers:
    get:
      tags:
        - External Resolver
        - External Resolver
      operationId: getManyExternalResolvers
      parameters: []
      responses:
        '200':
          description: ''

````