Routing
agent_run_messages
Matched route
Route Parameters
| Name | Value |
|---|---|
| afterId | "4" |
| id | "297" |
Route Matching Logs
Path to match:
/ticket/297/agent/messages/after/4
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | agent_run_start | /ticket/{id}/agent/start/{skillType} | Path does not match |
| 3 | agent_run_messages | /ticket/{id}/agent/messages/after/{afterId} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.