List all versions of an assistant.
client = get_sync_client(url="http://localhost:2024")
assistant_versions = client.assistants.get_versions(
assistant_id="my_assistant_id"
)The number of versions to skip.
Optional custom headers to include with the request.