get:
  tags:
    - All Resources
    - Search
  summary: >-
    Search for Linkfire Links
  operationId: search_linkfire_links.get
  description: >-
    Resource route for searching Elasticsearch.
    This endpoint supports searching for `LinkfireLinks` by `link_url`.
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/search_query.yaml'
    - $ref: '../parameters/limit.yaml'
    - $ref: '../parameters/page.yaml'
  responses:
    200:
      $ref: '../responses/LinkfireLinksResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'