Skip to main content
GET
/
integrations
/
lookups
/
wells
/
{id}
Get Well Lookup
curl --request GET \
  --url https://v1.api.flux-os.com/integrations/lookups/wells/{id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "data": {
    "name": "<string>",
    "start_date": "2023-12-25",
    "id": "<string>",
    "well": {
      "uwi": "<string>",
      "id": "<string>",
      "name": null
    },
    "organization": {
      "name": "<string>",
      "id": "<string>"
    },
    "end_date": null
  }
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Path Parameters

id
integer
required

The well lookup ID

Response

A single well lookup

data
object