# List activity feed entries

> Returns activity entries for a project, newest first, filterable by kind and severity. Paginated with an opaque cursor rather than offset/limit — pass the previous page's `next_cursor` to fetch the next one; a `null` `next_cursor` means there is no more data.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List activity feed entries"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/activity"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns activity entries for a project, newest first, filterable by kind and severity. Paginated with an opaque cursor rather than offset/limit — pass the previous page's `next_cursor` to fetch the next one; a `null` `next_cursor` means there is no more data.

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

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

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

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