openapi: 3.0.1 info: title: Coveo Activity Activities IPX loader API description: API for Coveo Platform termsOfService: https://www.coveo.com/en/support/terms-agreements contact: name: Coveo url: https://connect.coveo.com/s/discussions version: 1.0.0 servers: - url: https://platform.cloud.coveo.com description: Coveo public API endpoint security: - oauth2: - full tags: - name: IPX loader paths: /rest/organizations/{organizationId}/ipxinterface/v1/interfaces/{interfaceId}/loader: get: operationId: get-ipx-interface-loader summary: Show an IPX Interface Loader description: Shows an IPX interface loader in a [Coveo organization](https://docs.coveo.com/en/185/). tags: - IPX loader parameters: - $ref: '#/components/parameters/organization-id' - $ref: '#/components/parameters/interface-id' responses: '200': description: Ok '404': description: Not Found components: parameters: organization-id: name: organizationId description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/). example: mycoveocloudv2organizationg8tp8wu3 in: path required: true schema: type: string interface-id: name: interfaceId description: The unique identifier of the target search interface. example: 123e4567-e89b-12d3-a456-426614174000 in: path required: true schema: type: string securitySchemes: oauth2: type: oauth2 flows: authorizationCode: authorizationUrl: https://platform.cloud.coveo.com/oauth/authorize tokenUrl: https://platform.cloud.coveo.com/oauth/token scopes: full: required