Ahrefs
management-projects
Retrieves information about existing projects, including ownership, access type, presence of Rank Tracker keywords, and project ID. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called management-projects?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"access": {
"type": "string"
},
"output": {
"type": "string"
},
"owned_by": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"has_keywords": {
"type": "boolean"
}
}
}