Skip to main content
GET
List projects (paginated)

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Query Parameters

skip
integer
default:0
top
integer
default:10

Response

Array of projects

name
string
required
latitude
number<double>
required
longitude
number<double>
required
id
integer
read-only
description
string | null
elevation
number<double>
country
string
countryCode
string
stateProvince
string
stateProvinceCode
string
locality
string
region
string
standardOffsetFromUTC
number
status
enum<integer>

ProjectStatusEnum

Available options:
0,
1,
2
predictions
object[] | null
companyId
integer
read-only
createdDate
string
read-only

ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.