Pennylane API Client
    Preparing search index...

    Variable GetJournalsResponseSchemaConst

    GetJournalsResponseSchema: Struct<
        {
            has_more: typeof Boolean$;
            items: Array$<
                Struct<
                    {
                        code: typeof String$;
                        id: typeof Number$;
                        label: typeof String$;
                        type: typeof String$;
                    },
                >,
            >;
            next_cursor: optional<Union<[typeof String$, typeof Null]>>;
        },
    > = ...

    Response schema for listing journals using the new v2026 API.

    Includes:

    • items: Array of journals returned in this request
    • has_more: Whether more results are available beyond this set
    • next_cursor: Cursor to retrieve the next set of results (null if no more results)