List available pieces
List available workflows pieces with their triggers and actions.
Parámetros de consulta
Filter pieces by what they offer.
ACTION, TRIGGER, ACTION_AND_TRIGGER Filter pieces by one or more categories. Repeat the param to pass multiple values, e.g. ?categories=MARKETING&categories=SALES_AND_CRM.
Diga's grouped piece categories. Each value collapses one or more
upstream Activepieces categories — see _AP_TO_DIGA_CATEGORY in
api/v1/routes/workflows/pieces.py for the mapping.
AI, COMMUNICATION, SALES_AND_CRM, MARKETING, PRODUCTIVITY, COMMERCE, DEVELOPMENT Respuesta
Successful Response
Unique piece ID
Package name, e.g. "@activepieces/piece-slack"
Diga's grouped piece categories. Each value collapses one or more
upstream Activepieces categories — see _AP_TO_DIGA_CATEGORY in
api/v1/routes/workflows/pieces.py for the mapping.
AI, COMMUNICATION, SALES_AND_CRM, MARKETING, PRODUCTIVITY, COMMERCE, DEVELOPMENT Auth metadata for a piece. Shape varies by type (SECRET_TEXT,
BASIC_AUTH, CUSTOM_AUTH, OAUTH2, ...); nested CUSTOM_AUTH props are
returned as-is under props.
- PieceAuthProperty · object
- PieceAuthProperty · object[]
Number of actions exposed by the piece
Number of triggers exposed by the piece
Populated only when filtering by suggestion_type
Populated only when filtering by suggestion_type
Origin of an Activepieces piece. Mirrors AP's own PieceType
(a closed, AP-validated set), so it is safe to enumerate here.
OFFICIAL, CUSTOM How an Activepieces piece is packaged. Mirrors AP's own
PackageType (a closed, AP-validated set).
REGISTRY, ARCHIVE