# List sources

> For the complete documentation index, see [llms.txt](/llms.txt)

> List all sources associated with a project.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List sources"}
>
</Heading>

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

List all sources associated with a project.

**Required permission:** `project_sources_read`

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

<ParamsDetails
  {...require("./list-sources.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-sources.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-sources.StatusCodes.json")}
>
  
</StatusCodes>
