projects
Execuções

Listar execuções de um projeto

Lista as execuções registradas em um projeto, com paginação. Aceita recortes por pessoa, por etapa e por período, e ordenação por início ou término.

Consulte Filtro básico e Paginação.

get/api/management/projects/{project}/project-executions

Query parameters

pagestring

Página desejada. Padrão 1.

perPagestring

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

filter[user_id]string uuid

ID (UUID) do usuário dono das execuções.

filter[funnel_step_id]integer

ID da etapa do funil em que a execução ocorreu.

filter[start_date_gt]string date-time

Retorna execuções iniciadas nesta data ou depois dela.

filter[end_date_lt]string date-time

Retorna execuções encerradas nesta data ou antes dela.

filter[is_running]string

true retorna apenas as execuções em andamento; false, apenas as encerradas.

sortstring

Ordenação por started_at ou finished_at. Use - antes do campo para ordem decrescente.

Response

Sucesso

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 4 of the 79 revisions of this API.111310

  • 3c590152d5b511122See the full diff
    • the response property meta/from became nullable for the status 200

      response-property-became-nullable

    • the response property meta/to became nullable for the status 200

      response-property-became-nullable

    • the response property project_executions/items/finished_at became nullable for the status 200

      response-property-became-nullable

    • the response property project_executions/items/finished_reason became nullable for the status 200

      response-property-became-nullable

    • the response property project_executions/items/funnel_step became nullable for the status 200

      response-property-became-nullable

    • the response property project_executions/items/hourly_rate became nullable for the status 200

      response-property-became-nullable

    • the response property project_executions/items/project became nullable for the status 200

      response-property-became-nullable

    • the response property project_executions/items/user became nullable for the status 200

      response-property-became-nullable

    • the project_executions/items/finished_at_real response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the project_executions/items/hourly_rate response's property type/format changed from integer/ to number/ for status 200

      response-property-type-changed

    • the project_executions/items/started_at_real response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • removed the optional property project_executions/items/funnel_step/funnel from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/funnel_step/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/funnel_step/name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/funnel_step/project_funnel_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/project/code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/project/deleted_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/project/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/project/is_template from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/project/name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/user/avatar_url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/user/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property project_executions/items/user/name from the response with the 200 status

      response-optional-property-removed

    • the response property project_executions became required for the status 200

      response-property-became-required

    • the response property response became required for the status 200

      response-property-became-required

    • api tag Execuções added

      api-tag-added

    • api tag project-execution removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

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

      response-media-type-added

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

      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

    • added the new optional query request parameter sort

      new-optional-request-parameter

    • deleted the query request parameter export

      request-parameter-removed