Get Available Swarm Types
Retrieve all available swarm types supported by the Swarms API.
Headers
Response
Successful Response
Response model for supported swarm types.
Attributes: status (bool): Indicates success of the operation. timestamp (str): The ISO formatted timestamp of the response. swarm_types (List[str]): A list of available swarm type names. swarm_types_metadata (List[SwarmTypeMetadata]): Rich metadata for every swarm type: description, category, best-for use cases, tuning parameters and docs link.
Indicates whether fetching swarm types was successful.
The ISO formatted timestamp when this response was generated.
A list of supported swarm type names.
Rich metadata for every swarm type: description, category, best-for use cases, tuning parameters and documentation link.