API Testing - Workspace not found

Hello,

I’m trying to test the API and it’s coming back with the following error, even though the list assistants API works with the same workspace ID and bearer token:

{
“error”: {
“type”: “workspace_not_found”,
“message”: “The workspace was not found.”
}
}

For clarification, I’m using the Upsert CSV to Table API. I’ve been able to get other API calls to work, such as the Upsert Table and Delete table, so I know that the workspace ID I’m providing is correct.

Hi,

Looks like we are limiting access to this API endpoint to certain workspaces only - let me check with the team what’s up with this and I will come back to you shortly.

Hi,

This endpoint was in beta mode and not accessible to most users - we have removed it from the documentation.
Please use preferably one of these endpoints:

Thanks a lot!