> ## Documentation Index
> Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get All FEM Assessments

Retrieves all FEM module data as a CSV stream.

## Specify which records to return (query)

<Note title="status">
  An array of assessment statuses to query for. Example:
  \{"status": \["ASI"]}
</Note>

<Note title="lastStatusChange">
  Filter for records that have changed status since the provided timestamp. Timestamp must be in unix time in milliseconds
</Note>

<Note title="lastUpdated">
  Filter for records that have been updated since the provided timestamp. Timestamp must be in unix time in milliseconds.
</Note>

<Note title="verified">
  Boolean filter for verified (true) or unverified (false) assessments
</Note>
