Skip to content
LogVista
Search
K
Main Navigation
Docs
API Reference
Playground
Dashboard
Appearance
Menu
Return to top
--/100 logs
|
--/20 queries
Guided
Raw
1
Ingest a log
2
Query your logs
3
Check rate limits
Ingest a log
Send your first log entry to the sandbox
POST
/logger/log
Request Body
{ "type": "application", "level": "info", "message": "User signed up", "data": { "userId": "usr_demo_123", "plan": "free" } }
All Templates
Logging
POST
Ingest a log
POST
Query logs
Projects
GET
List projects
POST
Create project
Keys
POST
Create API key
Send Request
Copy as curl
Copy as fetch