source-groups

List source groups

Lists source groups (jobs) across all source types: crawl, local_file, google_drive, github, notion.

Required scope: `knowledge:read`

get/source-groups

Query parameters

source_type'crawl' | 'local_file' | 'google_drive' | 'github' | 'notion'

The type of the source

Filter by source type

limitinteger

Maximum number of results to return

after_idstring uuid

Fetch records after this ID

Response

Successful retrieval of source groups

Changes

Changed in 5 of the 71 revisions of this API.523

    • added the new datetime enum value to the ///// response property for the response status

      response-property-enum-value-added

    • the response property ///// became nullable for the status

      response-property-became-nullable

    • the response property ///// became optional for the status

      response-property-became-optional

    • for the query request parameter after_id, the format changed from no format to uuid

      request-parameter-type-changed

  • 7290d8660691212See the full diff
    • the response property / became optional for the status

      response-property-became-optional

    • removed the required property / from the response with the status

      response-required-property-removed

    • deleted the query request parameter offset

      request-parameter-removed

    • added the new optional query request parameter after_id

      new-optional-request-parameter

    • added the optional property / to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

Of the 71 revisions, 18 have no diff computed.