ListEnvelope_TestkitAction
| Field | Type | Required | Description |
|---|---|---|---|
| data | TestkitAction[] | ||
| has_more | boolean | ||
| next_cursor | string | null |
Example
Generated from the schema — a shape, not a sample.
{
"data": [
{
"actor_id": "string",
"actor_kind": "string",
"actor_name": "string",
"created_at": "2026-10-01T09:00:00Z",
"id": "string",
"kind": "simulate_payment",
"mode": "string",
"object_id": "string",
"object_number": "string",
"object_type": "string",
"params": {},
"request_id": "string",
"result": "string",
"updated_at": "2026-10-01T09:00:00Z"
}
],
"has_more": false,
"next_cursor": "string"
}