get_spans_events
Retrieve and filter Datadog spans using search queries to monitor application performance and trace distributed systems.
Instructions
List endpoint returns spans that match a span search query. .
Use this endpoint to see your latest spans.
This endpoint is rate limited to 300 requests per hour.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}