List runs scoped to the caller’s org for a specific ComfyUI workflow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 100Successful Response
Response envelope for cursor-paginated search results.
Contains the page of items plus first/next/previous pagination links. Concrete entity validators should subclass as::
class SearchValidator(SearchResponse["FullValidator"]):
passto produce a proper OpenAPI schema with typed items.