Skip to main content

Get Data For Project Id Epoch Id

GET 

/data/:epoch_id/:project_id/

Get data for a given project and epoch ID.

Args:

request (Request): The incoming request.
response (Response): The outgoing response.
project_id (str): The ID of the project.
epoch_id (int): The ID of the epoch.
rate_limit_auth_dep (RateLimitAuthCheck, optional): The rate limit authentication check. Defaults to Depends(rate_limit_auth_check).

Returns:

dict: The data for the given project and epoch ID.

Request

Path Parameters

    project_id Project Idrequired
    epoch_id Epoch Idrequired

Responses

Successful Response

Schema
    any
Loading...