Skip to main content
GET
/
Project
/
{projectId}
/
Prediction
/
{predictionId}
/
ShadeScene
/
ProcessingStatus
Get shade calculation processing status
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction/{predictionId}/ShadeScene/ProcessingStatus \
  --header 'Authorization: Bearer <token>'
{
  "Id": 6806,
  "RunId": "955415-DLVWTJFLXM",
  "PercentComplete": 100,
  "ProcessingStatus": 3,
  "LastPublishedDateToQueue": "2025-11-25T16:59:49.907",
  "RunStartedDateTimeUTC": "2025-11-25T16:59:50.513",
  "RunCompletedDateTimeUTC": "2025-11-25T17:00:32.183",
  "IsInverterMultiRun": false,
  "InverterRunSuccesses": 0,
  "InverterRunFailures": 0,
  "InverterRunInfo": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

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<date-time>
RunStartedDateTimeUTC
string<date-time>
RunCompletedDateTimeUTC
string<date-time>