Skip to main content
GET
/
forecast-warehouse-data
/
refresh-status
Warehouse forecast refresh metadata
curl --request GET \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/forecast-warehouse-data/refresh-status \
  --header 'Authorization: Bearer <token>'
{
  "refreshed_at": "2023-11-07T05:31:56Z",
  "total_records": 123,
  "is_stale": true
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Response

Warehouse forecast refresh status

refreshed_at
string<date-time> | null
total_records
integer
is_stale
boolean