What does API endpoint ListCorpora filter on?

In the payload of LIstCorpora you can provide a string for the property ‘filter’.
What exactly does this filter against? Is it just the name or all properties?

The API playground does not give any hints to its scope.

Thanks

Thanks for posting the question.

The “filter” in the ListCorpora request is a regex that is matched against corpora “name” and “description” fields.

We’ll work on adding this information to the API Playground and docs.

/tallat

1 Like

Just FYI, the API playground and OpenAPI spec have been updated as well

1 Like