fn list_assets_group(group_id: string, filter?: string, sort?: string, fields?: string, meta_count?: enum)
List or search all assets (synchronous) - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| filter? | string | no | RSQL filter expression for filtering results. See schema for full documentation. |
| sort? | string | no | Comma-separated sort fields. Prefix with `-` for descending order. |
| fields? | string | no | Sparse fieldsets allow clients to request only specific fields for a given re... |
| meta_count? | enum | no | Provide summary count in the response meta object when requested. When `with`... |
fn update_assets_bulk_group(group_id: string, data: array)
Bulk update asset attributes - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| data | array | yes | |
fn get_filter_fields_group(group_id: string, asset_types?: string)
Get available filter fields - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| asset_types? | string | no | Comma-separated list of asset types to filter the available filter fields |
fn get_filter_values_group(group_id: string, filter_id: string, q?: string, keys_only?: boolean, key?: string)
Get filter value suggestions (autocomplete) - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| filter_id | string | yes | |
| q? | string | no | Full text search term to filter the list of values. If keys_only is true, thi... |
| keys_only? | boolean | no | Return only the keys of the object filter values |
| key? | string | no | Return only the value for a specific key of the object filter values |
fn get_group_fields_group(group_id: string, asset_types?: string)
Get available group fields - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| asset_types? | string | no | Comma-separated list of asset types to filter group fields |
fn get_group_values_group(group_id: string, group_field_id: string, asset_types?: string, filter?: string, sort?: string, meta_fields?: string, aggregate?: string)
Get group value aggregation - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| group_field_id | string | yes | |
| asset_types? | string | no | Comma-separated list of asset types to filter the aggregation |
| filter? | string | no | RSQL filter expression for filtering which assets are included in aggregation... |
| sort? | string | no | Comma-separated sort fields for group values. Prefix with `-` for descending ... |
| meta_fields? | string | no | Meta fields to include in the response. Multiple fields can be specified. Ava... |
| aggregate? | string | no | Per-field aggregate function override for meta fields. All fields default to ... |
fn create_asset_search_group(group_id: string, data?: object)
Create an asset search (asynchronous) - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| data? | object | no | |
fn get_asset_search_results_group(group_id: string, search_id: string, sort?: string, fields?: string)
Retrieve asset search results (asynchronous) - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| search_id | string | yes | The unique identifier of the search operation |
| sort? | string | no | Sort order for results (e.g., -created_at for descending) |
| fields? | string | no | Sparse fieldsets allow clients to request only specific fields for a given re... |
fn get_asset_group(group_id: string, asset_id: string, fields?: string)
Get a single asset by ID - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| asset_id | string | yes | The unique identifier of the asset |
| fields? | string | no | Sparse fieldsets allow clients to request only specific fields for a given re... |
fn update_asset_group(group_id: string, asset_id: string, data: unknown)
Update asset attributes - Group scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| asset_id | string | yes | The unique identifier of the asset |
| data | unknown | yes | |
fn list_asset_projects_group(group_id: string, asset_id: string, canonical?: enum, target_id?: string, sort?: enum)
List projects for an asset (group scope) (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| asset_id | string | yes | The unique identifier of the asset |
| canonical? | enum | no | |
| target_id? | string | no | Filter projects by target ID. When provided, returns only projects that belon... |
| sort? | enum | no | Sort field with optional direction prefix. Prefix with `-` for descending ord... |
fn list_asset_targets_group(group_id: string, asset_id: string)
List targets for an asset (group scope) (Early Access)
| Argument | Type | Required | Description |
|---|
| group_id | string | yes | The unique identifier of the group |
| asset_id | string | yes | The unique identifier of the asset |
fn list_assets_org(filter?: string, sort?: string, fields?: string, meta_count?: enum)
List or search all assets (synchronous) - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| filter? | string | no | RSQL filter expression for filtering results. See schema for full documentation. |
| sort? | string | no | Comma-separated sort fields. Prefix with `-` for descending order. |
| fields? | string | no | Sparse fieldsets allow clients to request only specific fields for a given re... |
| meta_count? | enum | no | Provide summary count in the response meta object when requested. When `with`... |
fn update_assets_bulk_org(data: array)
Bulk update asset attributes - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| data | array | yes | |
fn get_filter_fields_org(asset_types?: string)
Get available filter fields - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| asset_types? | string | no | Comma-separated list of asset types to filter the available filter fields |
fn get_filter_values_org(filter_id: string, q?: string, keys_only?: boolean, key?: string)
Get filter value suggestions (autocomplete) - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| filter_id | string | yes | |
| q? | string | no | Full text search term to filter the list of values. If keys_only is true, thi... |
| keys_only? | boolean | no | Return only the keys of the object filter values |
| key? | string | no | Return only the value for a specific key of the object filter values |
fn get_group_fields_org(asset_types?: string)
Get available group fields - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| asset_types? | string | no | Comma-separated list of asset types to filter group fields |
fn get_group_values_org(group_field_id: string, asset_types?: string, filter?: string, sort?: string, meta_fields?: string, aggregate?: string)
Get group value aggregation - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| group_field_id | string | yes | |
| asset_types? | string | no | Comma-separated list of asset types to filter the aggregation |
| filter? | string | no | RSQL filter expression for filtering which assets are included in aggregation... |
| sort? | string | no | Comma-separated sort fields for group values. Prefix with `-` for descending ... |
| meta_fields? | string | no | Meta fields to include in the response. Multiple fields can be specified. Ava... |
| aggregate? | string | no | Per-field aggregate function override for meta fields. All fields default to ... |
fn create_asset_search_org(data?: object)
Create an asset search (asynchronous) - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| data? | object | no | |
fn get_asset_search_results_org(search_id: string, sort?: string, fields?: string)
Retrieve asset search results (asynchronous) - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| search_id | string | yes | The unique identifier of the search operation |
| sort? | string | no | Sort order for results (e.g., -created_at for descending) |
| fields? | string | no | Sparse fieldsets allow clients to request only specific fields for a given re... |
fn get_asset_org(asset_id: string, fields?: string)
Get a single asset by ID - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| asset_id | string | yes | The unique identifier of the asset |
| fields? | string | no | Sparse fieldsets allow clients to request only specific fields for a given re... |
fn update_asset_org(asset_id: string, data: unknown)
Update asset attributes - Org scope (Early Access)
| Argument | Type | Required | Description |
|---|
| asset_id | string | yes | The unique identifier of the asset |
| data | unknown | yes | |
fn list_asset_projects_org(asset_id: string, canonical?: enum, target_id?: string, sort?: enum)
List projects for an asset (org scope) (Early Access)
| Argument | Type | Required | Description |
|---|
| asset_id | string | yes | The unique identifier of the asset |
| canonical? | enum | no | |
| target_id? | string | no | Filter projects by target ID. When provided, returns only projects that belon... |
| sort? | enum | no | Sort field with optional direction prefix. Prefix with `-` for descending ord... |
fn list_asset_targets_org(asset_id: string)
List targets for an asset (org scope) (Early Access)
| Argument | Type | Required | Description |
|---|
| asset_id | string | yes | The unique identifier of the asset |
Resources
assets_group(infinite)— List or search all assets (synchronous) - Group scope (Early Access)
assets_bulk_group(infinite)— Bulk update asset attributes - Group scope (Early Access)
get_filter_fields_group(infinite)— Get available filter fields - Group scope (Early Access)
get_filter_values_group(infinite)— Get filter value suggestions (autocomplete) - Group scope (Early Access)
get_group_fields_group(infinite)— Get available group fields - Group scope (Early Access)
get_group_values_group(infinite)— Get group value aggregation - Group scope (Early Access)
asset_search_group(infinite)— Create an asset search (asynchronous) - Group scope (Early Access)
get_asset_search_results_group(infinite)— Retrieve asset search results (asynchronous) - Group scope (Early Access)
asset_group(infinite)— Get a single asset by ID - Group scope (Early Access)
asset_projects_group(infinite)— List projects for an asset (group scope) (Early Access)
asset_targets_group(infinite)— List targets for an asset (group scope) (Early Access)
assets_org(infinite)— List or search all assets (synchronous) - Org scope (Early Access)
assets_bulk_org(infinite)— Bulk update asset attributes - Org scope (Early Access)
get_filter_fields_org(infinite)— Get available filter fields - Org scope (Early Access)
get_filter_values_org(infinite)— Get filter value suggestions (autocomplete) - Org scope (Early Access)
get_group_fields_org(infinite)— Get available group fields - Org scope (Early Access)
get_group_values_org(infinite)— Get group value aggregation - Org scope (Early Access)
asset_search_org(infinite)— Create an asset search (asynchronous) - Org scope (Early Access)
get_asset_search_results_org(infinite)— Retrieve asset search results (asynchronous) - Org scope (Early Access)
asset_org(infinite)— Get a single asset by ID - Org scope (Early Access)
asset_projects_org(infinite)— List projects for an asset (org scope) (Early Access)
asset_targets_org(infinite)— List targets for an asset (org scope) (Early Access)