Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Services
RPC methods exposed by this API.
FolderService
Messages
Data models used across requests/responses.
ArchiveFolderRequest
| Field | Type | Label | Description |
|---|
| folder_id | string | | |
ArchiveFolderResponse
This message has no fields.
CreateFolderRequest
| Field | Type | Label | Description |
|---|
| organization_id | string | | Resolved from the caller’s auth context when omitted. |
| name | string | | |
| description | string | | |
CreateFolderResponse
| Field | Type | Label | Description |
|---|
| folder | Folder | | |
Folder
| Field | Type | Label | Description |
|---|
| folder_id | string | | |
| organization_id | string | | |
| name | string | | |
| description | string | | |
| created_by_user_id | string | | |
| modified_by_user_id | string | | |
| created_date | google.protobuf.Timestamp | | |
| modified_date | google.protobuf.Timestamp | | |
| archived_date | google.protobuf.Timestamp | | |
GetFolderRequest
| Field | Type | Label | Description |
|---|
| folder_id | string | | |
GetFolderResponse
| Field | Type | Label | Description |
|---|
| folder | Folder | | |
ListFoldersRequest
| Field | Type | Label | Description |
|---|
| page_size | uint32 | | |
| page_token | string | | |
| filter | string | | CEL filter. Filterable fields: folder_id, name, description, created_by_user_id, created_date, modified_date, archived_date. |
| order_by | string | | Comma-separated order spec (“FIELD_NAME[ desc],…”). Fields: name, created_date, modified_date. Defaults to created_date desc. |
| organization_id | string | | Resolved from the caller’s auth context when omitted. |
| include_archived | bool | | |
ListFoldersResponse
| Field | Type | Label | Description |
|---|
| folders | Folder | repeated | |
| next_page_token | string | | |
UpdateFolderRequest
| Field | Type | Label | Description |
|---|
| folder_id | string | | |
| name | string | | |
| description | string | | |
| update_mask | google.protobuf.FieldMask | | The list of fields to update. Supported paths: name, description. |
UpdateFolderResponse
| Field | Type | Label | Description |
|---|
| folder | Folder | | |
Enums
Allowed constant values used in message fields.