curl --request GET \
--url https://api.mentionlab.io/api/queries/{id} \
--header 'x-project-id: <x-project-id>'{
"id": "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6",
"project": "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6",
"tags": [
1,
2,
3
],
"query": "mentionlab",
"language": "en",
"country": "US",
"updatedAt": "2023-08-22T10:00:00.000Z"
}curl --request GET \
--url https://api.mentionlab.io/api/queries/{id} \
--header 'x-project-id: <x-project-id>'{
"id": "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6",
"project": "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6",
"tags": [
1,
2,
3
],
"query": "mentionlab",
"language": "en",
"country": "US",
"updatedAt": "2023-08-22T10:00:00.000Z"
}Project ID to specify the project context
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
The project this query belongs to
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
The tags IDs this query belongs to
[1, 2, 3]
"mentionlab"
"en"
"US"
"2023-08-22T10:00:00.000Z"