Skip to main content

Fetch Trajectory

Retrieve the trajectory for a design. The response includes computed survey points with positions, dogleg severity, and coordinate data.

The trajectory type indicates whether this is a planned well path or an actual (definitive survey) trajectory. Actual trajectories also include surveyRuns and surveyPrograms that describe how survey data was collected.

GET/api/v1/designs/{designid}/trajectories

Fetch the trajectory for a design, including all computed survey points

Path Parameters

NameTypeRequiredDescription
designidstring (UUID)The UUID of the design

Headers

NameValueDescription
apikeyYOUR_API_KEYYour API authentication key

Response fields

FieldTypeDescription
uuidstringUnique identifier of the trajectory
namestringDisplay name
type"planned" or "actual"Whether this is a planned well path or an actual (definitive survey) trajectory
defaultDepthReference"RKB" or "MSL"Depth reference datum
airGapstringAir gap value in pipe-delimited format, e.g. "25|m"
trajectoryPointsobjectComputed survey points — see below
surveyRunsarray(Actual only) Individual survey runs that make up this trajectory
surveyProgramsarray(Actual only) Which survey runs cover which depth intervals

Trajectory points structure

Points are returned as a compact table with headers describing each column and values as arrays of numbers.

The minimum set of headers is depthMD, inclination, and azimuth. The API computes and returns additional columns such as TVD, dogleg severity, positions, and coordinates. See the full header reference below.

Available headers

KeyQuantityUnitDescription
depthMDdepthmMeasured depth
inclinationanglesdegWellbore inclination
azimuthanglesdegWellbore azimuth
depthTVDdepthmTrue vertical depth
verticalSectionlengthmVertical section
doglegdlsdeg/30mDogleg severity
buildRatedlsdeg/30mBuild rate
turnRatedlsdeg/30mTurn rate
toolFaceOrientationanglesdegTool face orientation
localPositionEWlengthmLocal east-west position
localPositionNSlengthmLocal north-south position
mapPositionEastingdistancemMap easting
mapPositionNorthingdistancemMap northing
geographicPositionLatitudeDDanglesdegLatitude (decimal degrees)
geographicPositionLongitudeDDanglesdegLongitude (decimal degrees)

Notes

  • The response is an array containing a single trajectory object
  • Survey points are computed server-side — you only need to provide MD, inclination, and azimuth when creating
  • For actual trajectories, the surveyRuns array contains the raw survey data from each tool run