List version history
Returns version history ordered newest-first. Each entry includes the full assetData snapshot and author profile.
Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Path Parameters
Query Parameters
Number of versions to return (1–200, default 50).
1 <= x <= 200Response
Array of version objects.
ID of the asset this version belongs to.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Type of the parent asset.
prompt, persona, context, system_prompt, skill "prompt"
Monotonically increasing version number within the asset.
3
Full snapshot of the asset state at the time this version was saved. Returned exactly as stored (no key normalization).
{
"title": "SKILL",
"content": "fdasfsd\n\nfdsafdsa",
"description": null,
"emoji": null,
"tags": [],
"files": [],
"is_public": false,
"block_ids": [
"b_015729a2-f530-40b0-aa65-6f3efadc967e",
"b_55000bce-0e51-45d6-bd64-3962ec8b948b"
],
"content_blocks": [
{
"id": "b_015729a2-f530-40b0-aa65-6f3efadc967e",
"type": "paragraph",
"meta": {},
"content": "fdasfsd"
},
{
"id": "b_55000bce-0e51-45d6-bd64-3962ec8b948b",
"type": "paragraph",
"meta": {},
"content": "fdsafdsa"
}
]
}
ID of the user who created this version.
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
Unique identifier for this version.
"d4e5f6a7-b8c9-0123-def0-234567890123"
Optional message describing what changed in this version.
"Updated tone to be more empathetic"
ISO 8601 timestamp when this version was saved.
"2026-01-20T14:45:00.000Z"
Author profile.

