Specs List
API Specs
Specs List
List all available specs.
Retrieves a list of all available spec names or detailed information about each spec.
Parameters:
- current_org (AuthOrg): The current org making the request. Retrieved using dependency injection.
- include_all (bool, optional): Flag to include detailed information about each spec. Defaults to False.
Returns:
- Union[List[str], List[SpecInfo]]: A list of spec names or detailed information about each spec.
Raises:
- HTTPException(500): If an error occurs while fetching the specs.
GET
Specs List
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Response
Successful Response
- Response Specs List · object[]
- SpecInfo · object[]
The response is of type object.
