Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/v2/policies/plans
{ "plans": [ { "id": "<string>", "name": "<string>", "state": "<string>", "company_id": "<string>" } ], "count": 123 }
Retrieve a list of plans.
Plan name to filter by
Number of results to skip
Maximum number of results to return
Successfully retrieved plans
Show child attributes
Total number of plans available