Skip to main content
GET
Get shade calculation processing status

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.

Path Parameters

projectId
integer
required
predictionId
integer
required

Response

Processing status

Id
integer
RunId
integer
PercentComplete
number
ProcessingStatus
enum<integer>

ProcessingStatusEnum

Available options:
0,
1,
2,
3,
4,
5
LastPublishedDateToQueue
string

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.

RunStartedDateTimeUTC
string

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.

RunCompletedDateTimeUTC
string

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.