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"
}
]
}