Get All Statements

This endpoint retrieves all xAPI statements for the current organization.

Required Scope

xapi:read or xapi:write

Log in to see full request history

xAPI Read Scope

If xapi:read is granted, this endpoint returns all statements for the organization associated with the token. It does not filter by any associated providerId.

Query Params
string

Retrieves the next batch of statements. This value expires after 2 minutes if a request has not been made during that time.

int32
Defaults to 100

The maximum number of statements to display per page.

date-time

Filter criteria that retrieves all statements since this date.

date-time

Filter criteria that retrieves all statements until this date.

boolean
Defaults to false

Filter criteria that retrieves all statements in ascending order, ordered by creation date.

string

Retrieves all statements with this verb. The verb parameter must be the URL encoded object.

string

Retrieves statements that have occurred for a specific user. The agent parameter must be the URL encoded actor object.

Response
200

Success

Language
Credentials
Click Try It! to start a request and see the response here!