client.endpoints.list
A method of the Endpoints endpoint.
- list(*, openapi_version: str = None) ListResponse
List API endpoints
API URL:
GET /endpointsimport civis client = civis.APIClient() response = client.endpoints.list(...)
Warning
The method name
<client>.endpoints.listis deprecated and will be removed at civis-python v3.0.0 (scheduled for February 2027). Please switch to<client>.endpoints.getfor the same method.- Parameters:
- openapi_versionstr, optional
If specified, return the spec in the given OpenAPI version format instead of Swagger 2.0. Supported value: ‘3.0’.
- Returns:
- None
Response code 200: success