Skip to main content
GET
List all feedstocks

Authorizations

Authorization
string
header
required

Query Parameters

filter[project_id][eq]
integer

Filter by project ID

filter[feedstock_type_id][eq]
integer

Filter by feedstock type ID

filter[name][eq]
string

Filter by exact name

filter[created_at][geq]
string<date-time>

Filter by created_at greater than or equal to

filter[created_at][leq]
string<date-time>

Filter by created_at less than or equal to

page
integer<int32>
default:1
page_size
integer<int32>
default:10
sort
string

Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: id, name, created_at, updated_at

Example:

"-created_at"

response_mode
enum<string>

Controls response format. default returns paginated data. summary returns count and 10 samples. summary_with_export returns summary and triggers an async export.

Available options:
default,
summary,
summary_with_export
export_format
enum<string>
default:csv

File format for async export (only with response_mode=summary_with_export). Default: csv.

Available options:
csv,
json

Response

200

data
object[]
info
object