Skip to main content
Requires an API key with read_only or full_access scope.

Path parameters

string
required
The unique identifier of the project.
string
required
The unique identifier of the job.

Response

string
Job ID.
string
Job name.
string
Job description.
string
Job type (e.g. drone_inspection, thermal_inspection).
string
Job status.
string
Priority level (low, medium, or high).
string
one_time or recurring.
string
Start date in ISO 8601 format.
string | null
End date in ISO 8601 format, or null if not set.
number | null
Latitude of the job location.
number | null
Longitude of the job location.
string
The project this job belongs to.
string | null
Inspection notes.
string[] | null
Array of capture types for this job.
string | null
External identifier, if set.
number
Unix timestamp (milliseconds) when the job was created.
number
Unix timestamp (milliseconds) when the job was last updated.

Recurring fields

These fields are only relevant when job_pattern is recurring.
string | null
Recurrence frequency (daily, weekly, monthly, yearly, flexible).
number | null
Repeat every N periods.
number[] | null
Days of the week (0 = Sunday, 6 = Saturday).
number | null
Week of the month (1-4, or -1 for last week).
number[] | null
Multiple weeks of the month.
number | null
Number of flights per occurrence.

Errors

404 Not Found - Job not found.