Skip to main content
GET
List data steps
Returns Data Step records in the workspace. Pass toolId to list only the steps for one action or attribute, ordered by stepNumber.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.

Query parameters

string
Optional action or attribute ID. When set, returns only that record’s steps, ordered by stepNumber.

Response

Returns a top-level array of Data Step objects with sensitive values masked.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
Fini failed while loading Data Steps, for example when toolId is not a valid ID.