Dynamic Endpoints
When to Use Dynamic Endpoints
Static vs. Dynamic Endpoints
Static Endpoints (Standard)
endpoints:
users:
request:
url: "{state.base_url}/users"
response:
records:
jmespath: "data[]"
orders:
request:
url: "{state.base_url}/orders"
response:
records:
jmespath: "data[]"
products:
request:
url: "{state.base_url}/products"
response:
records:
jmespath: "data[]"Dynamic Endpoints (Advanced)
Dynamic Endpoint Structure
Properties
Property
Required
Description
Example
Examples
Example 1: Database Tables
Example 2: Multi-Organization Data
Example 3: Geographic Regions
How Dynamic Endpoints Work
Execution Flow
Variable Scoping
Combining Static and Dynamic Endpoints
Selecting Dynamic Endpoints
Limitations and Considerations
Performance Considerations
Best Practices
1. Filter in Setup
2. Use Meaningful Names
3. Add Metadata
4. Validate Iteration Data
Troubleshooting
No Endpoints Generated
Templates Not Rendering
Duplicate Endpoint Names
Last updated
Was this helpful?