List ExposureTable
List exposure tables. The exposure tables are returned in no particular order.
Documentation Index
Fetch the complete documentation index at: https://confidence-auth-testing.mintlify.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The maximum number of exposure tables to fetch.
Token used for pagination.
Filtering for exposure tables, follows the lucene query string format for example 'name: "exposureTables/abc"', see ExposureTable type for available fields.
If deleted exposure tables should be included.
Response
OK
ExposureTable: List of matching exposure tables.
Token to fetch the next page, empty if no more pages.

