List Artifacts
GET/api/v1/artifacts/list/:workspace_id
List all artifacts in the workspace.
Args
response (Response): The response object. workspace_id (str): The workspace ID to list artifacts for. org_member: The organizational member making the request. db (AsyncSession): The database session.
Returns
List[ArtifactInDBSchema]: A list of artifacts with HTTP status of status.HTTP_200_OK.
Request
Responses
- 200
- 422
Successful Response
Validation Error