audit-logs

Get Audit Logs

Retrieve audit log records for the authenticated user's organization in OCSF format.

Requires both start_time and end_time parameters to filter logs within a date range. Supports cursor-based pagination.

Returns results in OCSF API Activity (Class UID: 6003) format, which is compatible with security monitoring and SIEM tools. Reference: https://schema.ocsf.io/1.7.0/classes/api_activity

get/api/v1/audit-logs

Query parameters

limitinteger

Number of items to return

Number of items to return

cursorstring nullable

Cursor for pagination (base64-encoded JSON string)

Cursor for pagination (base64-encoded JSON string)

workspace_idstring uuid nullable

Filter by workspace ID

Filter by workspace ID

start_timestring date-time required

Start datetime (inclusive) in ISO 8601 format

Start datetime (inclusive) in ISO 8601 format

end_timestring date-time required

End datetime (inclusive) in ISO 8601 format

End datetime (inclusive) in ISO 8601 format

operationsAuditLogOperation[] nullable

Filter by operation names. If omitted, all operations are returned.

Filter by operation names. If omitted, all operations are returned.

Response

Successful Response

cursorstring nullable required

Changes

Changed in 5 of the 48 revisions of this API.7293254

  • a0acb3a6a1013131See the full diff
    • added the new batch_delete_sandbox_claims enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new capture_sandbox_snapshot enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_credential enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_data_plane enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_sandbox_claim enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_sandbox_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_sandbox_registry enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_sandbox_snapshot enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_sandbox_claim enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_sandbox_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_sandbox_registry enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_sandbox_snapshot enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new generate_sandbox_service_url enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_sandbox_claim enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_sandbox_claim_status enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_sandbox_registry enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_sandbox_snapshot enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new invoke_gateway enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_sandbox_claims enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_sandbox_registries enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_sandbox_snapshots enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_single_thread_stats enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_thread_messages enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_comparative_experiments enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new start_sandbox_claim enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new stop_sandbox_claim enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new stream_grouped_experiments enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new test_op_generic enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_sandbox_claim enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_sandbox_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_sandbox_registry enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the enum value batch_delete_sandbox_claims to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value capture_sandbox_snapshot to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_credential to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_data_plane to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_sandbox_claim to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_sandbox_policy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_sandbox_registry to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_sandbox_snapshot to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_sandbox_claim to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_sandbox_policy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_sandbox_registry to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_sandbox_snapshot to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value generate_sandbox_service_url to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_sandbox_claim to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_sandbox_claim_status to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_sandbox_registry to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_sandbox_snapshot to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value invoke_gateway to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_sandbox_claims to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_sandbox_registries to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_sandbox_snapshots to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_single_thread_stats to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_thread_messages to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_comparative_experiments to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value start_sandbox_claim to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value stop_sandbox_claim to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value stream_grouped_experiments to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value test_op_generic to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_sandbox_claim to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_sandbox_policy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_sandbox_registry to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 99490d1e837e219219See the full diff
    • added the new add_annotation_queue_reviewer enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new add_runs_to_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new batch_query_trace_messages enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new bulk_delete_evaluators enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new claim_pending_organization_invite enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new claim_pending_workspace_invite enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new confirm_sso_user_email enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new count_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_alert_rule enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_annotation_queue_run_status enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_commit enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_directory_commit enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_evaluator enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_experiment_view_override enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_feedback_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_feedback_formula enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_filter_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_fleet_usage_limit enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_fleet_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_forge_configuration enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_gateway_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_hub_environment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_insights_job enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_insights_job_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_license_share_link enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_mcp_server enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_mcp_vendor_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_onboarding_state enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_organization enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_playground_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_prompt_canvas_quick_action enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_provisioned_saas_org enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_sandbox_proxy_profile enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_self_hosted_customer enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_service_account enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_tenant enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_tool enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_alert_rule enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_annotation_queue_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_annotation_queue_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_annotation_queues enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_directory enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_evaluator enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_experiment_view_override enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_feature_default_model enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_feature_disabled_model enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_feedback_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_feedback_formula enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_filter_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_fleet_usage_limit enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_fleet_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_forge_configuration enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_gateway_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_hub_environment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_insights_job enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_insights_job_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_mcp_server enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_mcp_vendor_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_pending_organization_invite enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_pending_workspace_invite enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_playground_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_prompt_canvas_quick_action enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_sandbox_proxy_profile enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_service_account enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_tool enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new diff_dataset_versions enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new download_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new evaluate_experiment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new execute_custom_code enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new export_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new export_granular_usage_csv enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new export_usage_backfill_csv enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new generate_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new generate_insights_job_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new generate_runs_query enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new generate_shared_dataset_query enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queue_archived_size enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queue_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queue_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queue_size enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queue_total_size enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_annotation_queues_for_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_audit_logs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_bulk_export enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_bulk_export_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_bulk_export_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_bulk_export_runs_filtered enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_company_info enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_dataset_comparison_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_dataset_version enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_dataset_versions enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_example enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_experiment_view_override enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_experiment_view_overrides enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_feedback_formula enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_filter_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_granular_usage enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_insights_job enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_insights_job_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_login_methods enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_mcp_tools enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_onboarding_state enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_org_dashboard enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_org_usage enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_org_usage_limits enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_organization_billing_info enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_organization_info enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_pairwise_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_run_cluster enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_shared_examples_count enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_shared_tokens enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_sso_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_sso_settings_current enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_tag_key enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_tag_value enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_usage_limits enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_workspace_stats enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new get_workspace_usage_limits_info enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new invalidate_mcp_tools_cache enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new invite_provisioned_org_member enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_annotation_queues enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_bulk_export_destinations enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_bulk_exports enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_chart_sections enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_feedback_configs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_feedback_formulas enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_filter_views enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_insights_job_configs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_insights_jobs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_org_members enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_org_personal_access_tokens enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_org_service_keys enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_organization_roles enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_organizations enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_pairwise_entries enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_pairwise_queues enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_pending_organization_invites enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_pending_workspace_invites enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_permissions enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_service_accounts enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_tag_keys enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_tag_values enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_taggings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_tags enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_tags_for_resource enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_workspace_members enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_workspaces enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new login enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new mcp_proxy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new mcp_proxy_get enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new mint_self_hosted_license enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new populate_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_thread_traces enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_threads enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_trace enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new query_trace_messages enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_chart enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_chart_preview enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_chart_section enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_charts enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_dataset_delta enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_dataset_share_state enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_example enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_feedback enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_feedbacks enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_model_price_map enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_runs enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_shared_delta enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_shared_delta_stream enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_tracing_dashboard enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new register_mcp_server_oauth enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new remove_annotation_queue_reviewer enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new rename_filter_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new resolve_annotation_queue_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new send_sso_email_confirmation enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new stream_dataset_comparison_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new stream_feedback_delta enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new submit_nps_response enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new sync_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new test_alert_rule enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new test_fleet_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new trigger_forge_configuration enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_alert_rule enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_annotation_queue enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_annotation_queue_run enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_evaluator enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_experiment_view_override enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_feedback_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_feedback_formula enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_filter_view enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_fleet_usage_limit enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_fleet_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_forge_configuration enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_gateway_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_hub_environment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_insights_job enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_insights_job_config enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_mcp_server enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_mcp_vendor_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_onboarding_state enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_playground_settings enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_prompt_canvas_quick_action enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_sandbox_proxy_profile enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_self_hosted_customer enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_self_hosted_license enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_tool enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new upsert_feature_default_model enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new upsert_feature_disabled_model enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new validate_example enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new validate_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the enum value add_annotation_queue_reviewer to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value add_runs_to_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value batch_query_trace_messages to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value bulk_delete_evaluators to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value claim_pending_organization_invite to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value claim_pending_workspace_invite to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value confirm_sso_user_email to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value count_examples to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_alert_rule to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_annotation_queue_run_status to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_commit to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_directory_commit to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_evaluator to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_experiment_view_override to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_feedback_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_feedback_formula to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_filter_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_fleet_usage_limit to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_fleet_webhook to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_forge_configuration to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_gateway_policy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_hub_environment to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_insights_job to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_insights_job_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_license_share_link to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_mcp_server to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_mcp_vendor_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_onboarding_state to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_organization to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_playground_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_prompt_canvas_quick_action to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_provisioned_saas_org to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_sandbox_proxy_profile to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_self_hosted_customer to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_service_account to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_tenant to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value create_tool to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_alert_rule to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_annotation_queue_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_annotation_queue_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_annotation_queues to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_directory to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_evaluator to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_experiment_view_override to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_feature_default_model to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_feature_disabled_model to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_feedback_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_feedback_formula to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_filter_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_fleet_usage_limit to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_fleet_webhook to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_forge_configuration to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_gateway_policy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_hub_environment to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_insights_job to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_insights_job_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_mcp_server to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_mcp_vendor_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_pending_organization_invite to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_pending_workspace_invite to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_playground_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_prompt_canvas_quick_action to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_sandbox_proxy_profile to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_service_account to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value delete_tool to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value diff_dataset_versions to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value download_dataset to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value evaluate_experiment to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value execute_custom_code to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value export_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value export_granular_usage_csv to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value export_usage_backfill_csv to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value generate_dataset to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value generate_insights_job_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value generate_runs_query to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value generate_shared_dataset_query to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queue_archived_size to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queue_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queue_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queue_size to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queue_total_size to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_annotation_queues_for_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_audit_logs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_bulk_export to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_bulk_export_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_bulk_export_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_bulk_export_runs_filtered to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_company_info to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_dataset_comparison_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_dataset_version to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_dataset_versions to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_example to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_experiment_view_override to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_experiment_view_overrides to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_feedback_formula to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_filter_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_granular_usage to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_insights_job to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_insights_job_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_login_methods to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_mcp_tools to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_onboarding_state to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_org_dashboard to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_org_usage to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_org_usage_limits to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_organization_billing_info to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_organization_info to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_pairwise_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_run_cluster to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_shared_examples_count to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_shared_tokens to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_sso_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_sso_settings_current to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_tag_key to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_tag_value to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_usage_limits to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_workspace_stats to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value get_workspace_usage_limits_info to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value invalidate_mcp_tools_cache to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value invite_provisioned_org_member to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_annotation_queues to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_bulk_export_destinations to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_bulk_exports to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_chart_sections to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_examples to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_feedback_configs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_feedback_formulas to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_filter_views to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_insights_job_configs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_insights_jobs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_org_members to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_org_personal_access_tokens to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_org_service_keys to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_organization_roles to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_organizations to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_pairwise_entries to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_pairwise_queues to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_pending_organization_invites to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_pending_workspace_invites to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_permissions to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_service_accounts to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_tag_keys to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_tag_values to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_taggings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_tags to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_tags_for_resource to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_workspace_members to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value list_workspaces to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value login to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value mcp_proxy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value mcp_proxy_get to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value mint_self_hosted_license to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value populate_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_thread_traces to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_threads to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_trace to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value query_trace_messages to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_chart to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_chart_preview to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_chart_section to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_charts to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_dataset_delta to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_dataset_share_state to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_example to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_examples to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_feedback to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_feedbacks to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_model_price_map to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_runs to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_shared_delta to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_shared_delta_stream to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value read_tracing_dashboard to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value register_mcp_server_oauth to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value remove_annotation_queue_reviewer to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value rename_filter_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value resolve_annotation_queue_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value send_sso_email_confirmation to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value stream_dataset_comparison_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value stream_feedback_delta to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value submit_nps_response to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value sync_examples to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value test_alert_rule to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value test_fleet_webhook to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value trigger_forge_configuration to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_alert_rule to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_annotation_queue to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_annotation_queue_run to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_evaluator to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_experiment_view_override to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_feedback_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_feedback_formula to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_filter_view to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_fleet_usage_limit to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_fleet_webhook to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_forge_configuration to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_gateway_policy to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_hub_environment to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_insights_job to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_insights_job_config to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_mcp_server to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_mcp_vendor_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_onboarding_state to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_playground_settings to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_prompt_canvas_quick_action to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_sandbox_proxy_profile to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_self_hosted_customer to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_self_hosted_license to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value update_tool to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value upsert_feature_default_model to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value upsert_feature_disabled_model to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value validate_example to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    • added the enum value validate_examples to the property anyOf[subschema #1]/items/ of the query request parameter operations

      request-parameter-property-enum-value-added

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • e86be67718ee72See the full diff
    • removed the required property items/items/unmapped/original_audit_log/client_host from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/unmapped/original_audit_log/client_port from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/unmapped/original_audit_log/request_method from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/unmapped/original_audit_log/request_path from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/unmapped/original_audit_log/resource_ids from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/unmapped/original_audit_log/response_status_code from the response with the 200 status

      response-required-property-removed

    • removed the required property items/items/unmapped/original_audit_log/x_forwarded_for from the response with the 200 status

      response-required-property-removed

    • added AuditLogEnrichments to the items/items/unmapped/original_audit_log/enrichments response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 from the items/items/unmapped/original_audit_log/enrichments response property anyOf list for the response status 200

      response-property-any-of-removed

  • 9b9d7777d6a9431See the full diff
    • added the new attach_access_policies enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new clone_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_access_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_comparative_experiment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_csv_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_example enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_experiment_via_upload enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_playground_experiment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_prompt_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_scim_group enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_scim_token enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new create_scim_user enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_access_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_comparative_experiment enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_datasets enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_example enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_prompt_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_scim_group enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_scim_token enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_scim_user enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_tracer_session enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new delete_tracer_sessions enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new list_access_policies enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_access_policy enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_bulk_export_destination enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new read_role_access_policies enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new share_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new test_prompt_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new unshare_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_dataset enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_dataset_splits enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_dataset_version enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_example enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_examples enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_prompt_webhook enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_scim_group enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_scim_token enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_scim_user enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new update_tracer_session enum value to the items/items/api/operation response property for the response status 200

      response-property-enum-value-added

    • added the new optional query request parameter operations

      new-optional-request-parameter

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property items/items/unmapped/original_audit_log/enrichments to the response with the 200 status

      response-required-property-added