TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface SnippetsListResponse

    API response containing all snippets metadata for a runtime

    interface SnippetsListResponse {
        generated_at: string;
        runtime: SnippetRuntime;
        schema_version: number;
        snippets: SnippetItem[];
    }
    Index

    Properties

    generated_at: string

    ISO timestamp when the response was generated

    Runtime environment identifier

    schema_version: number

    Schema version for the API response format

    snippets: SnippetItem[]

    Array of all available snippets for this runtime