Skip to main content
Use the projects API to discover the service projects available in the authenticated organization and fetch details for a specific project. A project is the API-scoped service boundary for ingest, logs, traces, incidents, dashboards, and API keys.

List projects

Get one project

Typical project fields include:
  • id
  • organization_id
  • name
  • slug
  • platform
  • framework
  • max_events_per_minute
  • created_at
  • updated_at
team_id is still returned as a deprecated compatibility alias for organization_id.

Agent handoff

Project discovery is usually the first read-only step:
Use squasher projects list, squasher services list, squasher projects get <project_id>, or MCP search("projects.list").