action json2video_get_movies { label: "Get the status of your movies" description: "Get the status any of your movies by passing your project ID in the project query parameter. You can get your project ID from the response of the POST request." provider: json2video method: GET path: "/movies" encoding: json output: { type: "object" additionalProperties: true } }