extract_json_fields
Extract specific fields from JSON content in HTTP requests or responses using JSONPath expressions. Specify session, flow index, and content type to retrieve targeted data efficiently.
Instructions
Extract specific fields from JSON content in a flow using JSONPath expressions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_type | Yes | Whether to extract from request or response content | |
flow_index | Yes | The index of the flow | |
json_paths | Yes | JSONPath expressions to extract (e.g. ['$.data.users', '$.metadata.timestamp']) | |
session_id | Yes | The ID of the session |