List Custom Field Values
list_custom_field_valuesRetrieve available values for a custom field in Allure TestOps. Filter by search query, global scope, or test case search with pagination and sorting.
Instructions
List available values for a custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index. | |
| size | No | Number of items per page. | |
| sort | No | Optional sort criteria, e.g. ['name,asc', 'id,desc'] | |
| query | No | Optional search query to filter values. | |
| project_id | No | Optional override for the default Project ID. | |
| var_global | No | Optional filter for global values. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| custom_field_id | No | Project-scoped custom field ID to list values for. | |
| test_case_search | No | Optional test case search filter to match values in test cases. | |
| custom_field_name | No | Custom field name to resolve when custom_field_id is not provided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| items | No | Entity-specific collection entries. | |
| total | No | ||
| total_pages | No |