Get Data Request
GET/api/v1/historical-data/:requestId
This endpoint allows you to check the status of a data request.
Request
Path Parameters
Possible values: > 0
ID
of the Request
Responses
- 200
- 400
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- MOD3
oneOf
Data request failed
ID
of the Request
Possible values: > 0
1000
Possible values: [Failed
]
Possible values: [Data request failed
, Request timed out
]
Data request is still running
ID
of the Request
Possible values: > 0
1000
Possible values: [Running
]
URL to download the data output file
https://nortech-api-query-euc1.s3.eu-central-1.amazonaws.com/User-10-1713999600/000.parquet
Data request is finished
ID
of the Request
Possible values: > 0
1000
Possible values: [Finished
]
URL to download the data output file
https://nortech-api-query-euc1.s3.eu-central-1.amazonaws.com/User-10-1713999600/000.parquet
{}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: [Validation Error
]
errors
object[]
required
Possible values: [body
, query
, path
, headers
]
{
"status": "Validation Error",
"errors": [
{
"error": "string",
"location": "body"
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [Unauthorized
]
{
"status": "Unauthorized"
}
Request not found
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [Request not found
]
{
"status": "Request not found"
}