v44

latestSwagger 2.0raw.githubusercontent.com2026-08-01304236810.6 KB
DataSource

List available resources in data source

List resources available for sync in the external system. Pass parent_id to lazily load the direct children of a resource (used for large hierarchical sources such as Feishu wiki).

get/datasource/{id}/resources

Path parameters

idstring required

Data source ID

Query parameters

parent_idstring

Parent resource ExternalID; empty lists the top level

Response

OK

descriptionstring

Optional description

external_idstring

Unique identifier in the external system

has_childrenboolean

Whether this resource has children that can be expanded

metadataobject

Additional metadata

modified_atstring

Last modified time in external system

namestring

Display name

parent_idstring

For hierarchical resources (parent ID if applicable)

typestring

Resource type (document, folder, space, page, etc.)

urlstring

URL to access in external system