Skip to main content
GET
/
v1
/
templates
/
{id}
/
versions
List template versions
curl --request GET \
  --url https://api.lithoblocks.com/v1/templates/{id}/versions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "template_id": "<string>",
    "version_number": 123,
    "status": "<string>",
    "is_current": true,
    "created_at": "<string>",
    "created_by": "<string>",
    "entity_id": "<string>",
    "message": null,
    "sample_data": null,
    "request_format": null
  }
]

Documentation Index

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

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

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

id
string
required

Response

Template versions

id
string
required
template_id
string
required
version_number
number
required
status
string
required
is_current
boolean
required
created_at
string
required
created_by
string | null
required
entity_id
string | null
required
message
unknown
sample_data
unknown
request_format
unknown