Skip to main content
GET
Returns external API call records in the workspace. The wire-format object is still called Data Step. Pass toolId to list only the calls 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 external API calls, 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.