# List a project's price rows

> Returns the project's per-provider-slug price rows — the middle pricing tier that covers every one of the project's instances of a given provider slug. At cost time a per-provider-instance override wins over these, and these win over the global default. Authorized by the caller's access to the project.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List a project's price rows"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/projects/{project_id}/prices"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the project's per-provider-slug price rows — the middle pricing tier that covers every one of the project's instances of a given provider slug. At cost time a per-provider-instance override wins over these, and these win over the global default. Authorized by the caller's access to the project.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./get-project-prices.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-project-prices.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-project-prices.StatusCodes.json")}
>
  
</StatusCodes>
