List RIPE Atlas Measurements
atlas_list_measurementsSearch and list RIPE Atlas measurements using filters for type, status, target, and more. Find specific network measurements quickly.
Instructions
Search and list RIPE Atlas measurements with comprehensive filters.
Args:
search: Free-text search on target/description
type: Filter by measurement type (ping, traceroute, dns, sslcert, http, ntp)
status: Filter by status (2=Ongoing, 4=Stopped, etc.)
af: Address family (4 or 6)
target/target_contains: Filter by target
mine: Show only your measurements (requires API key)
page/page_size: Pagination
sort: Sort order (e.g. '-id' for newest first)
Returns: Paginated list of measurements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| page_size | No | Results per page (1-500, default: 25) | |
| search | No | Free-text search (target or description) | |
| type | No | Filter by measurement type | |
| status | No | Filter by status: 0=Specified, 1=Scheduled, 2=Ongoing, 4=Stopped | |
| af | No | Address family filter | |
| is_oneoff | No | Filter one-off vs recurring | |
| target | No | Filter by exact target | |
| target_contains | No | Filter by target containing string | |
| mine | No | List only your own measurements (requires API key) | |
| sort | No | Sort field (e.g. '-id', 'start_time') | |
| response_format | No | Output format: 'json' for structured data or 'markdown' for human-readable | json |