Skip to main content
GET
/
agents
/
{group}
List agents in a group
curl --request GET \
  --url https://api.mindcase.co/api/v1/agents/{group} \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {
      "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_...

Path Parameters

group
string
required

Response

Agents in the specified group

agents
object[]
required