goauthentik / goauthentik/authentik
GET /core/applications/ query search not working except `search`
Open
enhancement/confirmed
- Dominant language
- Python
- Stars
- 25.6k
- Forks
- 2k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 651
Description
**Describe the bug**
Create Applications, then filter them via API
```sh
curl -X GET "https://authentik.example.com/api/v3/core/applications/?group=dasdas&meta_description=asdasdasdasdasdas&meta_launch_url=asdas&meta_publisher=dasda&name=asdasdas&slug=dsadasdasdasd" \
-H 'accept: application/json'
````
**Expected behavior**
I would expect that filter to apply.
Not that it always returns one result (see picture below).
Also, a valid lookup (e.g. name) always returns this one result.
The only field really working is `search`
authentik version: `2025.8.3`
**Screenshots**
Contributor guide
Assessment
This issue has not been assessed yet.