source-groups

Get source group details

Gets detailed information about a specific source group.

Required scope: `knowledge:read`

get/source-groups/{source_group_id}

Path parameters

source_group_idstring required

Source group ID

Response

Successful retrieval of source group

idstring required

Source group ID (job ID)

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

The type of the source

namestring required

Name of the source group

status'unknown' | 'queued' | 'not_started' | 'managed' | 'starting' | 'started' | 'success' | 'failure' | 'canceling' | 'canceled' | 'deleting' | 'delete_job_failure' required

Job status

creation_timeinteger required

Unix timestamp when the source group was created

Changes

Changed in 3 of the 71 revisions of this API.211

    • 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

    • endpoint added

      endpoint-added

Of the 71 revisions, 18 have no diff computed.