Provenance
PublisherEnverus
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (Bearer token)
Methods (15)
getWells
readQuery well records with basin, geography, operator, or paging filters.
Input schema
{ "type": "object", "properties": { "ENVBasin": { "type": "string", "description": "Enverus basin filter." }, "StateProvince": { "type": "string", "description": "State or province filter." }, "Operator": { "type": "string", "description": "Operator filter." }, "pagesize": { "type": "number", "description": "Maximum rows to return." }, "select": { "type": "string", "description": "Select profile such as all." }, "verbose": { "type": "boolean", "description": "Include verbose metadata." } }, "additionalProperties": true }getProduction
readQuery production rows by operator, basin, or geography.
Input schema
{ "type": "object", "properties": { "ProducingOperator": { "type": "string", "description": "Producing operator filter." }, "ENVBasin": { "type": "string", "description": "Enverus basin filter." }, "StateProvince": { "type": "string", "description": "State or province filter." }, "pagesize": { "type": "number", "description": "Maximum rows to return." }, "select": { "type": "string", "description": "Select profile such as all." }, "verbose": { "type": "boolean", "description": "Include verbose metadata." } }, "additionalProperties": true }getRigs
readList rig activity with optional view and paging controls.
Input schema
{ "type": "object", "properties": { "view": { "type": "string", "description": "Rig view such as activity." }, "pagesize": { "type": "number", "description": "Maximum rows to return." }, "verbose": { "type": "boolean", "description": "Include verbose metadata." } }, "additionalProperties": true }query
readGeneric dataset query for Enverus datasets.
Required paramsdatasetInput schema
{ "type": "object", "properties": { "dataset": { "type": "string", "description": "Dataset slug, e.g. wells, rigs, or production." }, "params": { "type": "object", "description": "Dataset-specific query parameters." } }, "required": [ "dataset" ], "additionalProperties": true }getBasins
readgetWellsForRig
readlistDatasets
readgetRegions
readgetStateProvinces
readgetWellHeaders
readgetAccessToken
readgetTokenInfo
readcount
readdocs
unknownddl
unknown
