Get full details for a specific data endpoint, including input schema, pricing, and documentation.
Usage
Flags
Examples
Output
The inspect command displays:
- Provider and endpoint name
- Description — what the endpoint does
- Summary — detailed overview (when available)
- Input schema — JSON schema of accepted parameters
- Pricing — type (PER_CALL or PER_RESULT), amount, flat fee, and notes
- Documentation URL — link to the provider’s docs
- Usage examples — ready-to-use CLI and API commands
Example output:
Always inspect before running. The input schema tells you exactly what parameters the endpoint accepts — never guess.
Next Steps
After inspecting an endpoint, use monid run to execute it.