Skip to main content
GET
/
agents
/
all
List all agents
curl --request GET \
  --url https://api.mindcase.co/api/v1/agents/all \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {
      "group": "instagram",
      "slug": "profiles",
      "name": "Instagram Profiles",
      "description": "Scrape public profile data including bio, follower count, and recent posts.",
      "credits_per_row": 1
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in the format mk_live_...

Response

All agents across all groups

agents
object[]
required