Skip to content

Changelog

Learn about new developer features and improvements.

Updated API - Next execution endpoints for the Sharing Tasks API

You can now programmatically monitor and retrieve results from executions of the Sharing Tasks API. These new endpoints provide visibility into past task runs and support retrieval of output files generated during each execution.

New endpoints:

  • GET /api/v1/sharing-tasks/{taskId}/executions - Lists all executions of a sharing task.
  • GET /api/v1/sharing-tasks/{taskId}/executions/{executionId} - Retrieves metadata for a specific execution. Use “latest” as the executionId to get the most recent run.
  • GET /api/v1/sharing-tasks/{taskId}/executions/{executionId}/files/{fileAlias} - Downloads a specific file output from an execution (data or visualization image snapshot).

For more information, refer to the Sharing Tasks API reference documentation.

Was this page helpful?