JavaScript
import Finch from '@tryfinch/finch-api'; const client = new Finch({ accessToken: 'My Access Token', }); const sandboxJobConfigurations = await client.sandbox.jobs.configuration.retrieve(); console.log(sandboxJobConfigurations);
[ { "type": "data_sync_all", "completion_status": "success" } ]
Documentation IndexFetch the complete documentation index at: https://developer.tryfinch.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.tryfinch.com/llms.txt
Use this file to discover all available pages before exploring further.
Please use your Access Token
OK
data_sync_all
complete
reauth_error
permissions_error
error
Was this page helpful?