Skip to main content

Fetch Survey Run

Retrieve a single survey run by its UUID. This returns the same data as the list endpoint but filtered to one specific run — useful when you already know which run you need.

GET/api/v1/designs/{designid}/survey-runs/{surveyrunid}

Fetch a specific survey run by UUID

Path Parameters

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design
surveyrunidstring (UUID)The UUID of the survey run

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Response fields

FieldTypeDescription
uuidstringUnique identifier of the survey run
namestringDisplay name
tieOnType"surface" or "run"How this run connects to the wellbore
tieOnDepthstringTie-on depth in pipe-delimited format
tieOnRunUUIDstring or nullUUID of the parent run (if tie-on type is "run")
surveyToolstringSurvey tool / error model name
pointsobjectComputed survey points with headers and values

Notes

  • Returns the same data structure as the list endpoint, but filtered to a single run
  • Useful for refreshing data after an edit, or when building a detail view for one specific run