Always "Entity not found: UNKNOWN"

Question:
I’m trying to call getSubmission but it never returns the submission.

What are you trying to achieve:
I want to get one submission from a form.

What have you already tried:
1 - Following the docs, I just call getSubmission with the id I received from a webhook as data.submissionId

        const response = await wixClient.submissions.getSubmission(submissionId);

And always get:

Error on get submission: Error: {
  "message": "Entity not found: UNKNOWN",
  "details": {
    "applicationError": {
      "description": "UNKNOWN",
      "code": "NOT_FOUND",
      "data": {
        "notFound": {
          "entityId": "d2a76f20-2a5f-480e-816d-3778339370b1"
        }
      }
    }
  }
}

I’m using ApiKeyStrategy like this

const wixClient = createClient({
    modules: { submissions },
    auth: ApiKeyStrategy({
        apiKey: process.env.WIX_API_KEY,
        siteId: process.env.WIX_SITE_ID,
    }),
});

Where:

Additional information:
Could you help me please?

Hello, were you ever able to get this fixed?

I think the question goes to —> Tiago_Gouvea

It was his project and his issue. I did not dive to deep into the problem.

Thank you for replying I also have a small issue I am in desperate need of help for. ;C

This one

Please help :.| Very simple POST CALL to WIX API in order to create member using only email - Ask the community - Wix Studio Community forum

Will take a look the next days…