Jobs
Get Job
Retrieve a single job by ID.
Requires an API key with
read_only or full_access scope.
Path parameters
The unique identifier of the project.
The unique identifier of the job.
Response
Job ID.
Job name.
Job description.
Job type (e.g.
drone_inspection, thermal_inspection).Job status.
Priority level (
low, medium, or high).one_time or recurring.Start date in ISO 8601 format.
End date in ISO 8601 format, or
null if not set.Latitude of the job location.
Longitude of the job location.
The project this job belongs to.
Inspection notes.
Array of capture types for this job.
External identifier, if set.
Unix timestamp (milliseconds) when the job was created.
Unix timestamp (milliseconds) when the job was last updated.
Recurring fields
These fields are only relevant whenjob_pattern is recurring.
Recurrence frequency (
daily, weekly, monthly, yearly, flexible).Repeat every N periods.
Days of the week (0 = Sunday, 6 = Saturday).
Week of the month (1-4, or -1 for last week).
Multiple weeks of the month.
Number of flights per occurrence.