List data steps
Data Steps
List data steps
List Data Steps, optionally filtered by action or attribute.
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 ofData Step objects with sensitive values masked.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading Data Steps, for example when
toolId is not a valid ID.
