bug:API Response of the scripts and variables it's different from the documentation

Open
#5,451 0 comments 0 reactions 1 assignee View on GitHub

@rubenfiszel is already working on this.

Since Mar 6, 2025.

Assessment

This issue has not been assessed yet.

Description

bug
Describe the bug

I'm using the APIs to list users and scripts on POstman and I'm getting a response differente that shows on the documentation.in my responses , I've missing fields such as created_by, folders,groups.Am I the only one with this problem?

To reproduce

Use GET
/w/{workspace}/scripts/list
Pass the Bearer Token
Pass the workspace
Send Request
See Response 200

Use GET
/w/{workspace}/users/list
Pass the Bearer Token
Pass the workspace
Send Request
See Response 200

Expected behavior

[
{
"email": "…",
"username": "…",
"is_admin": true,
"is_super_admin": true,
"created_at": "2025-03-06T13:46:50.225Z",
"operator": true,
"disabled": true,
"groups": [
"…"
],
"folders": [
"…"
],
"folders_owners": [
"…"
]
}
]

[
{
"workspace_id": "…",
"hash": "…",
"path": "…",
"parent_hashes": [
"…"
],
"summary": "…",
"description": "…",
"content": "…",
"created_by": "…",
"created_at": "2025-03-06T13:46:50.225Z",
"archived": true,
"schema": {},
"deleted": true,
"is_template": true,
"extra_perms": {
"ANY_ADDITIONAL_PROPERTY": true
},
"lock": "…",
"lock_error_logs": "…",
"language": "python3",
"kind": "script",
"starred": true,
"tag": "…",
"has_draft": true,
"draft_only": true,
"envs": [
"…"
],
"concurrent_limit": 1,
"concurrency_time_window_s": 1,
"concurrency_key": "…",
"cache_ttl": 1,
"dedicated_worker": true,
"ws_error_handler_muted": true,
"priority": 1,
"restart_unless_cancelled": true,
"timeout": 1,
"delete_after_use": true,
"visible_to_runner_only": true,
"no_main_func": true,
"codebase": "…",
"has_preprocessor": true
}
]

Screenshots

Image
Image
Image
Image
Image
Image
Image

Browser information

https://app.windmill.dev/openapi.html#tag/script/GET/w/{workspace}/scripts/list

Application version

No response

Additional Context

No response

Dominant language
Rust
Stars
18k
Forks
1.1k
Avg merge
1d 1h
Merged PRs (30d)
328

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from windmill-labs/windmill

All issues in windmill-labs/windmill

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.