get
https://fountondev.datapoem.ai/api/v1/datasets
Get all models for a project.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve all datasets uploaded to your project. Returns a list of datasets with their names, aliases, and creation timestamps. Use the alias field as the dataset ID when referencing a dataset in Training, Tuning, or Inference requests.
Authentication: Include your API key in the X-API-KEY request header.
Response field descriptions:
| Field | Description |
|---|---|
name | The display name given to the dataset when it was uploaded via the Upload endpoint. |
alias | The unique ID of the dataset. Use this value as the dataset parameter in Training, Tuning, and Inference requests. |
created_at | The date and time the dataset was uploaded, in ISO 8601 format. |