Skip to main content
GET
List action classes

Authorizations

next-auth.session-token
string
cookie
required

NextAuth session JWT cookie. Development: often next-auth.session-token. Production (HTTPS): often __Secure-next-auth.session-token. Send the cookie your browser receives after sign-in.

Query Parameters

workspaceId
string<cuid2>
required

Workspace identifier. This is the canonical container ID for v3 APIs.

limit
integer
default:50

Page size (max 100).

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

Opaque cursor returned as meta.nextCursor from the previous page. Omit on the first request.

Response

Action classes retrieved successfully

data
object[]
required
meta
object
required