Skip to main content
GET
/
Project
/
{projectId}
/
Prediction
/
{predictionId}
/
TABT
/
ProcessingStatus
Get TABT processing status
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction/{predictionId}/TABT/ProcessingStatus \
  --header 'Authorization: Bearer <token>'
{
  "Id": 802,
  "RunId": "955415-DJYHQLJVVN",
  "PercentComplete": 100,
  "EngineProcessingStatus": 3,
  "OptimizationProcessingStatus": 0,
  "TranspositionProcessingStatus": 3,
  "LastPublishedDateToQueue": "2025-11-25T16:55:14.783",
  "RunStartedDateTimeUTC": "2025-11-25T16:55:15.75",
  "RunCompletedDateTimeUTC": "2025-11-25T16:55:22.033"
}

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

TABT status

Id
integer
RunId
integer
PercentComplete
number
EngineProcessingStatus
integer
OptimizationProcessingStatus
integer
TranspositionProcessingStatus
integer
LastPublishedDateToQueue
string<date-time>
RunStartedDateTimeUTC
string<date-time>
RunCompletedDateTimeUTC
string<date-time>