Skip to content

[BUG] slackLists.items API errorsΒ #472

@mcsescott

Description

@mcsescott

I realize they are new, but I am running into an issue with the new Lists APIs.

While they aren't supported in the SDKs yet (when, please? 😁) I am using just an await fetch to call them manually. I have tested 3 different APIs:

  • βœ… slackLists.items.list - works just fine
  • ❌ slackLists.items.update - result: { ok: false, error: "list_not_found" } (the List is shared in the same channel that the workflow is in, and I am using the token of the workflow)
  • ❌ slackLists.items.create - Error: Error running 'Start' command: exit status 1 (sdk_hook_invocation_failed)

Slack doctor is good, and everything appears up to date:

SYSTEM

    βœ” Operating System (the kernel and drivers)
        Version: windows (amd64)

    βœ” Git (a version control system)
        Version: git version 2.45.2.windows.1


SLACK

    βœ” CLI (this tool for building Slack apps)
        Version: 3.6.0

    βœ” Configurations (any adjustments to settings)
        System ID: e291ea02-05f3-435c-redacted
        Last updated: 2025-08-14 16:01:21 -05:00
        Experiments: bolt, bolt-install

    βœ” Credentials (your Slack authentication)
        Redacted, all valid


PROJECT

    βœ” Configurations (your project's CLI settings)
        Manifest source: local
        Project ID: 55f41bdd-3584-44af-redacted

    βœ” Runtime (foundations for the application)
        deno: 2.3.5
        typescript: 5.8.3
        v8: 13.7.152.6-rusty

    βœ” Dependencies (requisites for development)
        deno_slack_hooks: 1.4.0
        deno_slack_sdk: 2.15.1
        deno_slack_api: 2.8.0

Errors: 0

Thanks in advance...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingserver-sideissue with Slack HTTP API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions