Provenance
Freshness & coverage
Methods (21)
listWells
readList wells by geography, operator, status, identifiers, or date filters.
Input schema
{ "type": "object", "properties": { "basin": { "type": "string", "description": "Filter by basin name." }, "operator": { "type": "string", "description": "Filter by operator name." }, "state": { "type": "string", "description": "Filter by state." }, "county": { "type": "string", "description": "Filter by county." }, "api10": { "type": "string", "description": "Filter by API10." }, "api14": { "type": "string", "description": "Filter by API14." }, "take": { "type": "number", "description": "Maximum records to return (1-200)." } }, "additionalProperties": true }getWell
readFetch one well by ComboCurve ID.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string", "description": "ComboCurve well ID." } }, "required": [ "id" ], "additionalProperties": true }listProjects
readList ComboCurve projects that group wells, forecasts, scenarios, and economics.
getProject
readFetch a specific project by ID.
listDailyProductions
readList daily production records with optional well and date filters.
listMonthlyProductions
readList monthly production records with optional well and date filters.
listForecasts
readList forecasts within a project.
Required paramsprojectIdInput schema
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "Project ID." }, "take": { "type": "number", "description": "Maximum records to return (1-200)." }, "skip": { "type": "number", "description": "Records to skip." } }, "required": [ "projectId" ], "additionalProperties": true }getForecast
readFetch a specific forecast within a project.
listForecastParameters
readList decline-curve parameters for a forecast.
listForecastOutputs
readList forecast output rows for a forecast.
listForecastVolumes
readList daily or monthly forecast volumes for project, forecast, or well scope.
Input schema
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "Optional project ID filter." }, "forecastId": { "type": "string", "description": "Optional forecast ID filter." }, "well": { "type": "string", "description": "Optional well ID filter." }, "resolution": { "type": "string", "enum": [ "daily", "monthly" ], "description": "Volume resolution." }, "take": { "type": "number", "description": "Maximum records to return (1-200)." } }, "additionalProperties": true }listScenarios
readList scenarios within a project.
listEconRuns
readList economic runs globally or within a project scenario.
Input schema
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "Optional project ID." }, "scenarioId": { "type": "string", "description": "Optional scenario ID." }, "take": { "type": "number", "description": "Maximum records to return (1-200)." } }, "additionalProperties": true }listOneLiners
readList one-line economic summaries for an economic run.
listTypeCurves
readList type curves inside a project.
Required paramsprojectIdInput schema
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "Project ID." }, "take": { "type": "number", "description": "Maximum records to return (1-200)." } }, "required": [ "projectId" ], "additionalProperties": true }listTypeCurveFits
readList daily or monthly fit rows for a type curve.
listDirectionalSurveys
readList directional survey rows for wells.
listTags
readList ComboCurve tags.
listWellComments
readList well comments and annotations.
listWellIdentifiers
readList well identifier mappings such as API10, API14, and chosen ID.
listEconModels
readList company-level or project-level economic models.
