cURL
curl --request GET \ --url https://api.timesdb.in/predictions/{prediction_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "ai_model_id": "<string>", "status": "QUEUED", "input_series": [ { "timestamp": "2023-11-07T05:31:56Z", "value": 123, "metadata": {} } ], "prediction_series": [ { "timestamp": "2023-11-07T05:31:56Z", "value": 123, "metadata": {} } ], "input_series_id": "<string>", "prediction_series_id": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object