datasets
Get a signed URL to download the dataset
Provides a signed URL to download the dataset file
Args:
- body: The request body containing the ID.
- user: The current user, obtained via dependency injection.
- db: The database session, obtained via dependency injection.
Returns:
- A JSON response containing the status and signed URL for the output file.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Represents the current organisation ID for the user (example: 'org_u13TesTDumMyEe5P')
Path Parameters
Response
200
application/json
Provides a signed URL to download the dataset file
The response is of type any
.