List all feedstocks
Returns an array of all feedstocks across all projects for the authenticated account, with filtering and sorting capabilities.
Authorizations
Query Parameters
Filter by project ID
Filter by feedstock type ID
Filter by exact name
Filter by created_at greater than or equal to
Filter by created_at less than or equal to
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, name, created_at, updated_at
"-created_at"
Controls response format. default returns paginated data. summary returns count and 10 samples. summary_with_export returns summary and triggers an async export.
default, summary, summary_with_export File format for async export (only with response_mode=summary_with_export). Default: csv.
csv, json