fleet integrations

List integrations

Returns integrations available to the workspace.

get/v1/fleet/integrations

Query parameters

sourcestring

Filter by source (e.g. langchain, custom)

page_sizeinteger

Items per page (default 20, max 100)

cursorstring

Opaque pagination cursor

Response

OK

next_cursorstring

Changes

Changed in 3 of the 48 revisions of this API.55

    • removed the optional property has_more from the response with the 200 status

      response-optional-property-removed

  • 99490d1e837e44See the full diff
    • deleted the query request parameter type

      request-parameter-removed

    • removed the optional property items/items/auth from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/required_scopes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/items/type from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter source

      new-optional-request-parameter

    • added the optional property items/items/auth_methods to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/source to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/transport to the response with the 200 status

      response-optional-property-added

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added