step-assistants
Assistentes

Listar assistentes da etapa

Lista os assistentes de uma etapa específica, do mesmo formato da listagem geral e já restrita à etapa informada.

Aceita filtros e paginação por query params, consulte:

Os campos de paginação (current_page, per_page, total, ...) vêm na raiz da resposta, ao lado de data, e não dentro de meta como no restante da API.

get/api/management/steps/{step}/assistants

Query parameters

pagestring

Página desejada. Padrão 1.

perPagestring

Itens por página. Padrão 30, máximo 100.

filter[name]string

Trecho do nome do assistente.

filter[active]string

1 retorna apenas os ativos, 0 apenas os inativos.

filter[funnel_step_id]string

ID da etapa do funil. Redundante aqui, já que a etapa vem da URL.

filter[ai_agent_id]string

ID (UUID) do agente de IA que executa o assistente.

Response

Sucesso

current_pageinteger required

Página retornada.

first_page_urlstring

Endereço da primeira página.

frominteger nullable

Posição do primeiro item da página no total.

last_pageinteger

Número da última página.

last_page_urlstring

Endereço da última página.

next_page_urlstring nullable

Endereço da próxima página, ou null na última.

pathstring

Endereço base usado para montar os links.

per_pageinteger required

Itens por página.

prev_page_urlstring nullable

Endereço da página anterior, ou null na primeira.

tointeger nullable

Posição do último item da página no total.

totalinteger required

Total de itens encontrados.

Changes

Changed in 4 of the 80 revisions of this API.12321

  • 3c590152d5b512313See the full diff
    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the // response's property type changed from no type to string, and format from no format to date-time for status

      response-property-type-changed

    • the // response's property type changed from no type to object for status

      response-property-type-changed

    • the response's property format changed from uri to no format for status

      response-property-type-changed

    • the response's property format changed from uri to no format for status

      response-property-type-changed

    • the // response's property type changed from no type to integer for status

      response-property-type-changed

    • the // response's property type changed from no type to string for status

      response-property-type-changed

    • the response's property type changed from no type to string for status

      response-property-type-changed

    • the response's property format changed from uri to no format for status

      response-property-type-changed

    • the response's property type changed from no type to string for status

      response-property-type-changed

    • added the new manual enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new moved enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new unlinked enum value to the // response property for the response status

      response-property-enum-value-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • api tag Assistentes added

      api-tag-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the new optional query request parameter filter[active]

      new-optional-request-parameter

    • added the new optional query request parameter filter[ai_agent_id]

      new-optional-request-parameter

    • added the new optional query request parameter filter[funnel_step_id]

      new-optional-request-parameter

    • added the new optional query request parameter filter[name]

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

    • added the new optional query request parameter perPage

      new-optional-request-parameter