Skip to main content
POST
Batch fetch strains by IDs, slugs, or names

Body

application/json
strain_ids
string<uuid>[]
Maximum array length: 100
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
ids
string<uuid>[]
Maximum array length: 100
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
slugs
string[]
Maximum array length: 100
Required string length: 1 - 100
names
string[]
Maximum array length: 100
Required string length: 1 - 150

Response

Batch strain results

success
boolean
required
data
any
required
meta
object