v1

latestOpenAPI 3.1.0Pydantic Terms of Service2026-07-13136.6 KB
discovery

List available API specifications

Returns a list of region-specific OpenAPI specifications for the Pydantic Logfire API. Use the openapi_url of each entry to fetch the full per-region specification.

get/specs

Response

Available region-specific API specifications.

Example response

{
  "specs": [
    {
      "region": "us",
      "name": "Pydantic Logfire (US)",
      "openapi_url": "https://logfire-us.pydantic.dev/api/openapi.json",
      "base_url": "https://logfire-us.pydantic.dev/api"
    }
  ]
}
All 1 operations