Skip to main content
GET
List Particles

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Query Parameters

category
enum<string> | null

Filter by particle category Categories for organizing particles by their purpose.

Available options:
role,
tone,
guardrails,
constraints,
format
enabled
boolean
default:true

Filter to enabled particles only

limit
integer
default:20

Maximum results to return

Required range: 1 <= x <= 100
cursor
string | null

Pagination cursor

Response

Successful Response

Paginated response for particle listings.

items
ParticleOut · object[]
required

List of particles

hasMore
boolean
required

Whether more results exist

nextCursor
string | null

Cursor for next page