This method returns a list of the async embedding tasks in your account. The platform returns your async embedding tasks sorted by creation date, with the newest at the top of the list.
started_at and ended_at parameters, the platform returns all the async embedding tasks created within the last seven days.Your API key.
You can find your API key on the API Keys page.
Retrieve the embedding tasks that were created after the given date and time, expressed in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”).
Retrieve the embedding tasks that were created before the given date and time, expressed in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”).
Filter the embedding tasks by their current status.
Values: processing, ready, or failed.
A number that identifies the page to retrieve.
Default: 1.
The number of items to return on each page.
Default: 10.
Max: 50.
An array that contains up to page_limit embedding tasks.