get https://api.data.world/v0/projects///userQueries
List user saved queries associated with a project.
Response
List user saved queries associated with a project.
xxxxxxxxxx
curl --request GET \
--url 'https://api.data.world/v0/projects/owner/id/userQueries?limit=10' \
--header 'accept: application/json'
xxxxxxxxxx
23{
"count": 0,
"nextPageToken": "string",
"records": [
{
"body": "string",
"created": "2025-06-29T14:03:03.881Z",
"description": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"language": "SPARQL",
"name": "string",
"owner": "string",
"parameters": {
"additionalProp": {
"datatype": "string",
"type": "string"
}
},
"updated": "2025-06-29T14:03:03.881Z",
"version": "string"
}
]
}