Dreambooth Studio
DS
Dreambooth Studio
/get_sessions

Get photo sessions

List the photo sessions recorded on this operator's booths, with totals. Call this when the operator asks how busy a booth has been, how many sessions ran in a

liveunknown~5s typical
mcpdreamboothstudio
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dreamboothstudio-dreambooth /get_sessions for me.

Input

FieldTypeDescription
startDatestringISO date (YYYY-MM-DD) for the start of the range, inclusive
endDatestringISO date (YYYY-MM-DD) for the end of the range, inclusive
projectIdsstringComma-separated project ids to limit the range to specific booths
transactionStatusstringPayment status filter, e.g. settlement, pending
sessionStatusstringSession status filter
paymentSourcestringPayment channel, e.g. gateway, cash-voucher, discount-voucher
limitintegerHow many sessions to return (default 20, max 100)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-dreamboothstudio-dreambooth","endpoint":"/get_sessions","input":{}}'
cli
npx cracked-ai run -p mcp-com-dreamboothstudio-dreambooth -e /get_sessions -i '{}'
mcp
run_tool({ provider: "mcp-com-dreamboothstudio-dreambooth", endpoint: "/get_sessions", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.