List test case definitions with pagination

get/v2/list-test-case-definitions

Query parameters

type'retell-llm' | 'conversation-flow' required

Type of response engine

llm_idstring

LLM ID (required when type is retell-llm)

conversation_flow_idstring

Conversation flow ID (required when type is conversation-flow)

limitinteger

Maximum number of items to return.

pagination_keystring

Pagination key for fetching the next page.

Response

Test case definitions retrieved successfully

pagination_keystring

Pagination key for the next page.

has_moreboolean

Whether more results are available.

Changes

Changed in 7 of the 28 revisions of this API.62

    • removed the gemini-2.5-flash enum value from the allOf[subschema #2]/items/items/allOf[TestCaseDefinitionInput]/llm_model response property for the response status 200

      response-property-enum-value-removed

    • added the new gpt-5.5 enum value to the allOf[subschema #2]/items/items/allOf[TestCaseDefinitionInput]/llm_model response property for the response status 200

      response-property-enum-value-added

    • deleted the query request parameter version

      request-parameter-removed

    • added the new gemini-3.1-flash-lite enum value to the allOf[subschema #2]/items/items/allOf[TestCaseDefinitionInput]/llm_model response property for the response status 200

      response-property-enum-value-added

    • added the new gpt-5.4-mini enum value to the allOf[subschema #2]/items/items/allOf[TestCaseDefinitionInput]/llm_model response property for the response status 200

      response-property-enum-value-added

    • added the new gpt-5.4-nano enum value to the allOf[subschema #2]/items/items/allOf[TestCaseDefinitionInput]/llm_model response property for the response status 200

      response-property-enum-value-added

    • added the new gpt-5.4 enum value to the allOf[subschema #2]/items/items/allOf[TestCaseDefinitionInput]/llm_model response property for the response status 200

      response-property-enum-value-added

    • endpoint added

      endpoint-added