source-groups

List sources in a source group

Lists sources (files) within a specific source group.

Required scope: `knowledge:read`

get/source-groups/{source_group_id}/sources

Path parameters

source_group_idstring required

Source group ID

Query parameters

limitinteger

Maximum number of results to return. Omit to return all sources for backward compatibility.

after_idstring uuid

Fetch sources after this source ID

Response

Successful retrieval of sources

Changes

Changed in 4 of the 71 revisions of this API.432

    • 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

  • 7290d8660691221See 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 limit

      request-parameter-removed

    • deleted the query request parameter offset

      request-parameter-removed

    • 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.