Hit the
Try it
button to try this API now in our playground. It’s the best way to check the full request and response in one place, customize your parameters, and generate ready-to-use code snippets.Sample Request
Functionality
- Extracts user credentials and organization details from the API key
- Validates the file access permissions for the specified tenant
- Creates secure access tokens for file retrieval
- When
return_content
istrue
: Returns the actual file content directly - When
return_content
isfalse
: Generates time-limited download URLs for the requested file - Returns downloadable URLs that can be used to access the file content
Error Responses
All endpoints return consistent error responses following the standard format. For detailed error information, see our Error Responses documentation.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Successful Response
Unique identifier for the file being fetched
Example:
"CortexDoc1234"
Content of the fetched file
Indicates whether the fetch operation completed successfully
Example:
true
Status message about the fetch operation