GET
/
v1
/
checkpoint
Checkpoint
curl --request GET \
  --url https://gateway.costgraph.baselinehq.cloud/v1/checkpoint \
  --header 'Authorization: <api-key>'
{
  "creationTime": "<string>"
}
Get the latest checkpoint data from the specified table. If no table is specified, it defaults to “k8s_namespace_recommendations”.

Query Parameters

Response

creationTime
string
The creation time of the latest checkpoint data.Example: "2023-10-01T00:00:00Z"

Authorizations

Authorization
string
header
required

Bearer token for authentication

Query Parameters

table
string

Table name (default: k8s_namespace_recommendations)

Response

200
application/json

OK

The response is of type object.